Skip to main content
Version: Next

Delete webhook by id

Information

This API allow you to delete a webhook.

Link to swagger
This endpoint is synchronous
The role admin is needed in order to use this endpoint
Endpoints

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"
}