SparrowDesk
Webhook targets

Unsubscribe a webhook target

Any authenticated credential on the account can remove any webhook target, regardless of which credential created it.

DELETE
/webhooks/{id}
AuthorizationBearer <token>

In: header

Path Parameters

idinteger

Response Body

application/json

application/json

application/json

curl -X DELETE "https://app.sparrowdesk.com/v1/webhooks/0"
{
  "data": {
    "success": true
  }
}
{
  "error": {
    "message": "string"
  }
}
{
  "error": {
    "message": "string"
  }
}