Supprimer un certificat

DELETE /api/servers/(string: server)/accounts/(string: login)/certificates/(string: cert_name)

Supprime le certificat demandé.

En-têtes de requête:
Status Codes:
  • 204 No Content – Le certificat a été supprimé avec succès

  • 401 Unauthorized – Authentification d’utilisateur invalide

  • 404 Not Found – Le partenaire, le compte ou le certificat demandés n’existent pas


Exemple de requête

DELETE https://my_waarp_gateway.net/api/servers/gw_r66/accounts/toto/certificates/certificat_toto HTTP/1.1
Authorization: Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ==

Exemple de réponse

HTTP/1.1 204 NO CONTENT