v1

latestOpenAPI 3.0.1MIT2026-07-2638658.5 KB
Webhook

Delete Webhook Endpoint

Remove a webhook endpoint from your account. This action cannot be undone and the endpoint will stop receiving events immediately.

delete/v2/endpoint/{endpoint_id}

Path parameters

endpoint_idstring required
Example:wh_123456

Unique webhook endpoint identifier

Response

Success

codeinteger required

Business status code:

  • 0 - Success
  • 10104 - Record not found
  • 10105 - Invalid API key
  • 18020 - Insufficient credit
  • 18025 - No permission to call APIs
  • 40000 - Parameter error
  • 50000 - System error
msgstring required

Response message

Example response

{
  "msg": "Success",
  "data": {
    "message": "webhook deleted"
  }
}