curl --request DELETE \ --url https://api.us.vartiq.com/api/v1/projects/{projectId} \ --header 'x-api-key: <api-key>'
{ "success": true, "message": "<string>" }
The unique identifier of the project to delete
Indicates if the request was successful
A message describing the result of the operation
{ "success": true, "message": "Project deleted successfully" }