cURL
curl --request DELETE \ --url https://app.activecalculator.com/api/v1/webhooks/{webhookId} \ --header 'x-ac-api-key: <api-key>'
"{\n \"data\": {\n \"id\": \"webhook123\",\n \"name\": \"Example Webhook\",\n \"createdAt\": \"2024-06-23T17:03:38.899Z\",\n \"updatedAt\": \"2024-06-23T17:11:04.774Z\",\n \"url\": \"https://example.com/webhook\",\n \"source\": \"user\",\n \"workspaceId\": \"workspace456\"\n }\n}"
Delete an existing webhook by provifding it’s ID. It will immediately apply and not trigger again.
ID of the webhook
200
The response is of type object.
object
Was this page helpful?