Delete
DELETE /projects/{uuid}
DELETE
/projects/{uuid}
Delete project by UUID.
Authorizations
Parameters
Path Parameters
uuid
required
string format: uuid
UUID of the application.
Responses
200
Project deleted.
object
message
string
Project deleted.
400
Invalid token.
object
message
string
Invalid token.
401
Unauthenticated.
object
message
string
Unauthenticated.
404
Resource not found.
object
message
string
Resource not found.