Delete project from domain
DELETE/domains/:domainPid/projects/:projectPid
Permanently deletes projectPid when it belongs to domainPid. Requires domain owner/admin. Returns 404 when the domain or project is unknown, the project is not in the domain, or not visible to the caller.
Request
Responses
- 200
- 401
- 403
- 404
- 422
- 503
air/UnauthorizedError
air/ForbiddenError
NotFound
air/SchemaValidationError
air/AuthUnavailableError