cURL
curl --request DELETE \ --url https://management-api.fpjs.io/webhooks/{id} \ --header 'Authorization: Bearer <token>' \ --header 'X-API-Version: <x-api-version>'
{ "error": { "message": "<string>", "code": "<string>", "violations": [ { "property": "<string>", "message": "<string>" } ] } }
Deletes the webhook with the given ID. This action is not reversible. Changes will take affect in a few minutes.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Management API version.
Webhook ID
Empty response indicating a successful operation.
Was this page helpful?