url
and/or id
in the query parameters.url
will delete all registered webhooks to this URL.webhooks.read_write
- Webhooks Read & WriteAuthorization: Bearer ********************
requiredif
no URL passed. List of Webhook IDs can be found here.requiredif
no ID is passed.curl --location --request DELETE 'https://api.salla.dev/admin/v2/webhooks/unsubscribe?id&url'
{
"status": 202,
"success": true,
"data": {
"message": "The Object has been removed successfully",
"code": 202
}
}