Skip to main content
DELETE
Remove an Agent from Inbox

Autorizações

api_access_token
string
header
obrigatório

Corpo

application/json
inbox_id
string<uuid>
obrigatório

The ID of the inbox

Exemplo:

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

user_ids
integer[]
obrigatório

IDs of users to be deleted from the inbox

Exemplo:

Resposta

Agent removed successfully

success
boolean
obrigatório
Exemplo:

true

data
object | null
obrigatório

Null for delete operations

Exemplo:

null

meta
object
obrigatório
message
string
obrigatório

Success message

Exemplo:

"Agent removed successfully"