Delete
DELETE
/projects/{uuid}
Delete project by UUID.
Authorizations
bearerAuth
Go to Keys & Tokens
/ API tokens
and create a new token. Use the token as the bearer token.
TypeHTTP (bearer)
Parameters
Path Parameters
uuid*
UUID of the application.
Typestring
Requiredformat
uuid
Responses
Project deleted.
application/json
JSON
{
"message": "Project deleted."
}
DELETE
/projects/{uuid}