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

Authorizations

api_key
string
header
required

Path Parameters

webhook_id
string
required

The ID of the webhook to delete

Response

200
application/json

The response is of type object.