Skip to main content
DELETE
/
project
/
{projectId}
Delete a project
curl --request DELETE \
  --url https://us.cybedefend.com/project/{projectId} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

projectId
string<uuid>
required

Project ID

Response

Project deleted successfully

message
string
required

Message describing the result of project deletion