Projects
Delete project
Queue cleanup and deletion of a project and its managed resources.
DELETE
/api/v1/projects/{projectID}Authentication: REST bearer token required.
Parameters
projectIDUUIDrequiredPathThe project UUID.
Responses
202The asynchronous deletion operation was accepted.
400The request is invalid or contains an unsupported value.
401The bearer token is missing, invalid, or expired.
404The requested resource does not exist for this account.
409The request conflicts with the current resource state.