POST
/
public
/
admin
/
users
/
{id}
/
remove
curl --request POST \
  --url https://web-api.clerk.chat/public/admin/users/{id}/remove \
  --header 'apiKey: <api-key>'

Authorizations

apiKey
string
header
required

Path Parameters

id
string
required

ID of the user to remove

Response

201

Successfully removed the user