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

projectIDUUIDrequired

PathThe project UUID.

Responses

202

The asynchronous deletion operation was accepted.

400

The request is invalid or contains an unsupported value.

401

The bearer token is missing, invalid, or expired.

404

The requested resource does not exist for this account.

409

The request conflicts with the current resource state.