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

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"
}
DELETE
/
api
/
v1
/
projects
/
{projectId}
curl --request DELETE \
  --url https://api.us.vartiq.com/api/v1/projects/{projectId} \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "message": "<string>"
}

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"
}