Skip to main content
DELETE
/
webhooks
/
{id}
Delete webhook
curl --request DELETE \
  --url https://api.smartlyq.com/v1/webhooks/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": null,
  "meta": {
    "request_id": "req_abc123",
    "timestamp": "2026-03-01T16:00:00Z"
  }
}

Authorizations

Authorization
string
header
required

API key from Developer dashboard (Bearer token).

Path Parameters

id
integer
required

Webhook id.

Response

Deleted

success
enum<boolean>
Available options:
true
data
null

No payload on success.

meta
object