Documentation - Delete signature

Delete signature

DELETE
/api/signatures/<token>

Requête

Exemple
DELETE /api/signatures/rKQ9qljTcXdynOzxBCnzfi3cWuqNDQl0
Authentication: Bearer cle+api+du+compte+client

Réponse

Retourne un simple JSON de confirmation si l'objet Signature a été supprimé avec succès.

Exemple
{
	"success": true
}