Skip to main content
DELETE
/
1
/
webhook
Delete a webhook
curl --request DELETE \
  --url https://demo-api.mobula.io/api/1/webhook
{
  "success": true,
  "message": "<string>",
  "id": "<string>"
}

Parameters

ParameterTypeRequiredDescription
idstringyesThe unique ID of the webhook to delete. Passed as a path parameter.

Usage Example

Delete a webhook by its ID:
curl -X DELETE "https://demo-api.mobula.io/api/1/webhook/WEBHOOK_ID"

Query Parameters

id
string
required
Minimum string length: 1

Response

200 - application/json

Webhook deletion successful

success
boolean
required
message
string
required
id
string
required