Transaction hooks
Delete hooks
How to delete hooks in Blnk.
DELETE
Delete hooks
Available in version 0.8.4 or later.
Body
Unique identifier of the hook
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
How to delete hooks in Blnk.
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"
}
}
server.secret_key) in the X-Blnk-Key header. Regular API keys return 403 Forbidden.{
"error": "hook management requires master key",
"error_detail": {
"code": "AUTH_MASTER_KEY_REQUIRED",
"message": "hook management requires master key"
}
}
Was this page helpful?
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"
}
}