Delete message hook
Removes a message hook by ID.
Path Parameters
- Type: integerchannel
_id requiredIdentifier of the channel.
- Type: integerhook
_id requiredIdentifier of the message hook.
Responses
- 204
Hook deleted.
Request Example for delete/channels/{channel_id}/message_hooks/{hook_id}/
curl https://api.landbot.io/v1/channels/1/message_hooks/1/ \
--request DELETE \
--header 'Authorization: Token YOUR_AGENT_TOKEN'
No Body