Skip to main content
DELETE
Remove an Agent from Inbox

Authorizations

api_access_token
string
header
required

Body

application/json
inbox_id
string<uuid>
required

The ID of the inbox

Example:

"123e4567-e89b-12d3-a456-426614174000"

user_ids
integer[]
required

IDs of users to be deleted from the inbox

Example:

Response

Agent removed successfully

success
boolean
required
Example:

true

data
object | null
required

Null for delete operations

Example:

null

meta
object
required
message
string
required

Success message

Example:

"Agent removed successfully"