Passer au contenu principal
DELETE
https://api.taap.it
/
v1
/
projects
/
{id}
Supprimer un projet
curl --request DELETE \
  --url https://api.taap.it/v1/projects/{id} \
  --header 'Authorization: <authorization>'
Requête :
cURL
curl -X DELETE 'https://api.taap.it/v1/projects/project_987654321' \
  -H 'Authorization: Bearer taapit_your_api_key_here'
Réponse :
{
  "message": "Project deleted successfully"
}

Autorisation

Authorization
string
required
Token Bearer pour l’authentification API. Format : Bearer YOUR_API_KEY

Paramètres de chemin

project_id
string
required
Identifiant unique pour le 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.