v1

latestOpenAPI 3.0.02026-07-263118119.8 KB
Webhooks

webhook

Delete the webhook for the specified topic.

Returns the details of the webhook that was successfully deleted.

<details> <summary><strong>Error Glossary</strong> (click to expand)</summary>
CodeHTTP StatusMessage
AP009401Unauthorized
AP101401No authenticated user
AP1000200Invalid API
AP1100400Topic or webhook ID required to delete webhook
AP1101200Error fetching webhook
AP1106200Error deleting webhook
AP1107400Merchant is required
</details>
delete/v2/webhook

Query parameters

topicstring

The name of the topic being deleted.

webhookIdstring

ID of the specific webhook to be deleted.

Headers

authorizationstring required
Content-Typestring required

Response

Success - Webhook Deleted

OR

Example response

{
  "webhook": {
    "payloadVersion": "2.0"
  }
}