Delete a lead-delivery channel
DELETE/api/v1/chatbots/:chatbotId/sales-agent/handoffs/:handoffId
Removes a lead-delivery channel. Idempotent — deleting an unknown channel still returns success. Required scope: chatbots:write.
Request
Responses
- 200
- 401
- 403
- 404
- 429
Channel deleted (or already absent).
Unauthorized — missing or invalid API key
Forbidden — key lacks required scope
Not Found
Too Many Requests — rate limit exceeded