Supprimer un client¶
- DELETE /api/clients/(string: client_name)¶
Supprime le client demandé.
- En-têtes de requête:
Authorization – Les identifiants de l’utilisateur
- Status Codes:
204 No Content – Le client a été supprimé avec succès
401 Unauthorized – Authentification d’utilisateur invalide
404 Not Found – Le client demandé n’existe pas
Exemple de requête
DELETE https://my_waarp_transfer.net/api/clients/r66 HTTP/1.1 Authorization: Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ==
Exemple de réponse
HTTP/1.1 204 NO CONTENT