Description
This endpoint allows you to remove your organization’s existing webhook subscription . All event subscriptions associated with your account will be deleted.
Bearer YOUR_API_TOKEN — obtainable from Hyperstack Dashboard → Settings → API Access
Success Response Fields
Indicates whether the subscription was successfully removed.
A confirmation message. Value: "Webhook unsubscribed successfully".
Responses
200 Success
401 Unauthorized
{
"success" : true ,
"message" : "Webhook unsubscribed successfully"
}
curl -X POST "https://api.thehyperstack.com/v1/webhook/unsubscribe" \
-H "Authorization: Bearer YOUR_API_TOKEN"