DELETE
/
users
Deactivate
curl --request DELETE \
  --url https://{appid}.api-{region}.cometchat.io/v3/users \
  --header 'Content-Type: application/json' \
  --header 'apikey: <api-key>' \
  --data '{
  "uidsToDeactivate": [
    "<string>"
  ]
}'
{
  "data": {
    "deactivatedUids": [
      "superhero2",
      "superhero3"
    ]
  }
}

Authorizations

apikey
string
header
required

API Key with fullAccess scope(i.e. Rest API Key from the Dashboard).

Body

application/json

Response

200 - application/json

Deactivated Users

The response is of type object.