DELETE
/
core
/
webhooks
/
{webhook_id}
curl --request DELETE \
  --url https://api.rootfi.dev/v3/core/webhooks/{webhook_id} \
  --header 'api_key: <api-key>'
{
  "status": "success"
}

Authorizations

api_key
string
headerrequired

Path Parameters

webhook_id
string
required

The ID of the webhook to delete

Response

200 - application/json
status
string
required

The status of the api.