Supprimer un filewatcher

DELETE /api/filewatchers/(string: flow)

Supprime le filewatcher demandé.

Request Headers:
Status Codes:

Exemple de requête

DELETE https://my_waarp_gateway.net/api/filewatchers/my-filewatcher HTTP/1.1
Authorization: Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ==

Exemple de réponse

HTTP/1.1 204 NO CONTENT