DELETE
/
v1
/
webhooks
/
{webhook_id}
Delete a Bolt Webhook
curl --request DELETE \
  --url https://api.bolt.com/v1/webhooks/{webhook_id} \
  --header 'X-API-Key: <api-key>'
{
  "errors": [
    {
      "code": 2001005,
      "message": "The input is missing a required parameter."
    }
  ],
  "result": {
    "success": false
  }
}

Authorizations

X-API-Key
string
header
required

Admins and Developers can obtain their Bolt API key from the Bolt Merchant Dashboard.

Path Parameters

webhook_id
string
required

Webhook ID A unique webhook ID. Reference this value to modify or delete the webhook subscription. operations as well.

Example:

"wh_za7VbYcSQU2zRgGQXQAm-g"

Response

Success