Skip to main content
POST
/
user
/
delete
Excluir usuário
curl --request POST \
  --url https://api.multchats.com/v2/user/delete \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "userId": "<string>"
}
'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.multchats.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
userId
string
required

ID do usuário

Pattern: ^c[a-z0-9]{24}$

Response

Usuário excluído com sucesso

success
boolean

Indica se a operação foi bem-sucedida