Skip to main content
DELETE
/
project
/
{projectId}
Delete a project
curl --request DELETE \
  --url https://api-eu.cybedefend.com/project/{projectId} \
  --header 'x-api-key: <api-key>'
{
  "message": "<string>"
}

Authorizations

x-api-key
string
header
required

API Key for authentication. You can generate an API key from your personal settings.

Path Parameters

projectId
string<uuid>
required

Project ID

Response

Project deleted successfully

message
string
required

Message describing the result of project deletion