cURL
curl --request DELETE \ --url https://client-api.salesfinity.co/v1/webhooks/{id} \ --header 'x-api-key: <api-key>'
{}
Delete a webhook
{ "_id": "507f1f77bcf86cd799439011", "name": "CRM Call Sync", "url": "https://example.com/webhooks/salesfinity", "events": ["CALL_LOGGED"], "status": "active" }
Webhook ID
Webhook deleted successfully
The response is of type object.
object