webhooks
Delete Webhook
delete/webhooks/{id}
Path parameters
idstring required
id of the webhook to delete.
Response
Example response
{
"id_webhook_endpoint": "801f9ede-c698-4e66-a7fc-48d19eebaa4f",
"endpoint_description": "Webhook to receive connection events",
"url": "https://acme.com/webhook_receiver",
"secret": "801f9ede-c698-4e66-a7fc-48d19eebaa4f",
"active": true,
"created_at": "2024-10-01T12:00:00Z",
"scope": [
"connection.created"
],
"id_project": "801f9ede-c698-4e66-a7fc-48d19eebaa4f",
"last_update": "2024-10-01T12:00:00Z"
}