Skip to main content
DELETE
/
projects
/
{projectId}
cURL
curl --request DELETE \
  --url https://{baseUrl}/{version}/projects/{projectId} \
  --header 'content-type: <content-type>' \
  --header 'x-api-key: <x-api-key>'

Headers

content-type
string
default:application/json
required
x-api-key
string
required

Admin API Key.

Path Parameters

projectId
string
required

Project ID.

Response

202

Project delete request accepted.