Request:
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
Bearer token for API authentication. Format: Bearer YOUR_API_KEY
Path Parameters
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.