Authorizations
Bearer authentication header of the form Bearer <Token>, where <Token> is your access token.
Headers
The organization identifier
The merchant account number
Preferred language for the response
The unique identifier of the merchant account (must match request body)
Required range:
10000000 <= x <= 99999999Example:
35253486
Body
application/json
The event code of the webhook subscription to delete
Example:
"payment.success"
The unique identifier of the merchant account
Required range:
10000000 <= x <= 99999999Example:
35253486
Email address of the user deleting the webhook
Example:
"admin@onekhusa.com"
Response
200 - application/json
OK - Webhook successfully deleted
Example:
"Merchant webhook has been deleted successfully"