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

Path Parameters

ParameterTypeRequiredDescription
idstringyesThe unique ID of the webhook to delete. Must not be empty.

Usage Example

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

Query Parameters

id
string
required
Minimum length: 1

Response

200 - application/json

Webhook deletion successful

The response is of type object.