Skip to main content
DELETE
https://api.taap.it
/
v1
/
projects
/
{project_id}
Delete Project
curl --request DELETE \
  --url https://api.taap.it/v1/projects/{project_id} \
  --header 'Authorization: <authorization>'
Request:
cURL
curl -X DELETE 'https://api.taap.it/v1/projects/project_987654321' \
  -H 'Authorization: Bearer taapit_your_api_key_here'
Response:
{
  "message": "Project deleted successfully"
}

Authorization

Authorization
string
required
Bearer token for API authentication. Format: Bearer YOUR_API_KEY

Path Parameters

project_id
string
required
Unique identifier for the project to delete
Deleting a project will not delete the links associated with it. Links will remain but will no longer be associated with the deleted project.