Skip to main content
DELETE
/
api
/
v1
/
projects
/
{projectId}
Delete Project
curl --request DELETE \
  --url https://api.us.vartiq.com/api/v1/projects/{projectId} \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.vartiq.com/llms.txt

Use this file to discover all available pages before exploring further.

URL Parameters

projectId
string
required
The unique identifier of the project to delete

Response

success
boolean
Indicates if the request was successful
message
string
A message describing the result of the operation

Response Example

{
  "success": true,
  "message": "Project deleted successfully"
}