url
and/or id
in the query parameters.url
will delete all registered webhooks to this URL.webhooks.read_write
- Webhooks Read & WriteAuthorization: Bearer ********************
curl --location --request DELETE 'https://api.salla.dev/admin/v2/webhooks/unsubscribe?id&url' \
--header 'Authorization: Bearer <token>'
{
"status": 202,
"success": true,
"data": {
"message": "The Object has been removed successfully",
"code": 202
}
}