Delete Project
Written By Team BugSmash
Last updated 9 days ago
METHOD: DELETE
URL: https://api.bugsmash.io/api/v2/project/{projectId}
HEADERS:
X-API-Key: YOUR_API_KEY
Content-Type: application/json
PATH PARAMETERS:
projectId (uuid, required) - The project ID
CURL:
curl --location --request DELETE 'https://api.bugsmash.io/api/v2/project/{projectId}' \
--header 'X-API-Key: YOUR_API_KEY'
RESPONSE:
{
"status": true,
"message": "Project deleted",
"data": []
}
```