Remove an Agent from Inbox
DELETE
/api/v1/accounts/{account_id}/inbox_members
Inboxes
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE '/api/v1/accounts//inbox_members' \
--header 'Content-Type: application/json; charset=utf-8' \
--data-raw '{
"inbox_id": "string",
"user_ids": [
0
]
}'
Response Response Example
200 - Example 1
{}
Request
Path Params
account_id
stringÂ
required
Body Params application/json; charset=utf-8