Delete project
DELETE/api/v1/workspaces/:slug/projects/:pk/
Permanently remove a project and all its associated data from the workspace.
Request
Responses
- 204
- 401
- 403
- 404
Resource deleted successfully
Authentication credentials were not provided or are invalid.
Permission denied. User lacks required permissions.
The requested resource was not found.