cURL
curl --request DELETE \ --url https://app.dimred.com/api/v1/projects/{id} \ --header 'x-api-key: <api-key>'
{ "success": true }
Deletes a project and all associated resources.
API key for authentication. Obtain from your DimRed dashboard. The organization context is automatically derived from the API key.
Project identifier
Project deleted successfully
Operation success status
Was this page helpful?