Skip to main content
DELETE
/
hooks
/
{hook_id}
Delete hooks
curl --request DELETE \
  --url http://localhost:5001/hooks/{hook_id} \
  --header 'X-blnk-key: <api-key>'
{
  "error": "hook management requires master key",
  "error_detail": {
    "code": "AUTH_MASTER_KEY_REQUIRED",
    "message": "hook management requires master key"
  }
}
Available in version 0.8.4 or later.
Send the master key (server.secret_key) in the X-Blnk-Key header. Regular API keys return 403 Forbidden.

Body

hook_id
string
required
Unique identifier of the hook
{
  "error": "hook management requires master key",
  "error_detail": {
    "code": "AUTH_MASTER_KEY_REQUIRED",
    "message": "hook management requires master key"
  }
}

Need help?

We are very happy to help you make the most of Blnk, regardless of whether it is your first time or you are switching from another tool. To ask questions or discuss issues, please contact us or join our Discord community.