Skip to main content
DELETE
/
{slug}
/
projects
/
{project_id}
Delete project
curl --request DELETE \
  --url https://api.dimred.com/api/v2/{slug}/projects/{project_id} \
  --header 'X-API-Key: <api-key>'

Authorizations

X-API-Key
string
header
required

API key for authentication

Path Parameters

slug
string
required

Organization slug

project_id
string
required

Project ID

Response

204

Project deleted successfully

I