Projects
Delete a Project
Schedules a project for deletion.
Deletion happens asynchronously and therefore is not immediate. However once deletion has begun the state of a project changes and will be hidden from most public views.
delete/api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/
Path parameters
organization_id_or_slugstring required
The ID or slug of the organization the resource belongs to.
project_id_or_slugstring required
The ID or slug of the project the resource belongs to. Project slugs are unique within each organization.
Response
No Content