Deactivate Webhook
DELETE
/webhooks/unsubscribeThis endpoint allows you to unsubscribe/deactivate a webhook from the active webhooks list at your store.
:::tip[Note]
- You can define which webhook to delete by using
url
and/orid
in the query parameters.
:::
:::caution[Alert]
- Using
url
will delete all registered webhooks to this URL.
:::
Request
Webhook ID. requiredif
no URL passed. List of Webhook IDs can be found here.
Webhook registered URL. requiredif
no ID is passed.
Request samples
[api.label.responses]
Response status code, a numeric or alphanumeric identifier used to convey the outcome or status of a request, operation, or transaction in various systems and applications, typically indicating whether the action was successful, encountered an error, or resulted in a specific condition.Response status Code
Response flag, boolean indicator used to signal a particular condition or state in the response of a system or application, often representing the presence or absence of certain conditions or outcomes.
A message or data structure that is generated or returned when a deletion operation is successful.
A numerical or alphanumeric code that is used in various software and web development contexts to convey information about the outcome of a request or operation.
{
"status": 202,
"success": true,
"data": {
"message": "The Object has been removed successfully",
"code": 202
}
}