DELETE
/
v1
/
integrations
/
webhooks
/
unsubscribe
curl --request DELETE \
  --url https://api.hystruct.com/v1/integrations/webhooks/unsubscribe \
  --header 'x-api-key: <api-key>'
{
  "message": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

webhookId
string
required

webhook id

Response

200
application/json

Successful response

message
string