delete https://gateway.remote.com/v1/webhook-callbacks/
Delete a callback previously registered for webhooks
Log in to see full request history
Responses
Callback
Delete a callback previously registered for webhooks
xxxxxxxxxx
curl --request DELETE \
--url https://gateway.remote.com/v1/webhook-callbacks/id \
--header 'accept: application/json'
xxxxxxxxxx
{
"data": {
"status": "ok"
}
}