Delete webhook by id
Information
This API allow you to delete a webhook.
Link to swaggerThis endpoint is
synchronous
The role
admin
is needed in order to use this endpointEndpoints
DELETE/v1/config/webhook/:webhookId
Path parameters
webhookIdstring (uuid) - Required
Request
DELETE /v1/config/webhook/:webhookId
curl -X 'DELETE'
'https://api.ppd.iopole.fr//v1/config/webhook/f47ac10b-58cc-4372-a567-0e02b2c3d479'
-H 'accept: application/json'
-H 'Authorization: Bearer ${token}'
Response
200 OK
{
"type": "WEBHOOK",
"id": "f47ac10b-58cc-4372-a567-0e02b2c3d479"
}