DELETE
/
v1
/
webhooks
/
{webhook_id}
curl --request DELETE \
  --url https://api.gofermata.com/v1/webhooks/{webhook_id} \
  --header 'Authorization: Basic <encoded-value>'
{
  "webhooks_deleted": "<string>"
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

webhook_id
string
required

Response

200 - application/json
OK
webhooks_deleted
string