Requête :
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
Token Bearer pour l’authentification API. Format : Bearer YOUR_API_KEY
Paramètres de chemin
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.