Delete Project

Delete a project

Request
path Parameters
projectId
required
string
Responses
204

No content

delete/projects/{projectId}
Request samples

is_deleted = dl.projects.delete(project_id='project_id', sure=True, really=True)

# 
# Delete a project forever!
# 
# **Prerequisites**: You must be in the role of an *owner* to delete a project.
# 
# :param str project_name: optional - search by name
# :param str project_id: optional - search by id
# :param bool sure: Are you sure you want to delete?
# :param bool really: Really really sure?
# :return: True if success, error if not
# :rtype: bool
# 
#