- Accounts
- Account Users
- AgentBots
- Users
- Inbox API
- Contacts API
- Conversations API
- Messages API
- Contact Labels
- CSAT Survey Page
- Account AgentBots
- Agents
- Canned Responses
- Canned Response
- Custom Attributes
- Contacts
- Contact
- Automation Rule
- Help Center
- Conversations
- Conversation Assignment
- Conversation Labels
- Inboxes
- Messages
- Integrations
- Profile
- Teams
- Custom Filters
- Webhooks
- Reports
Delete an Integration Hook
DELETE
/api/v1/accounts/{account_id}/integrations/hooks/{hook_id}
Integrations
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE '/api/v1/accounts//integrations/hooks/'
Response Response Example
200 - Example 1
{}
Request
Path Params
account_id
integerÂ
required
hook_id
integerÂ
required
Responses
🟢200OK
application/json; charset=utf-8
Body
object {0}
🟠401Unauthorized
🟠404Record Not Found