Delete a project by ID for a User within an Organization
DELETE/v1/organizations/:organizationId/projects/:projectId
Delete a project by ID for a User within an Organization
Request
Path Parameters
organizationId stringrequired
projectId stringrequired
Responses
- 200
- 404
- 412
Project deleted successfully
Project or organization not found.
Organization is not active.
Loading...