botruntime
API ReferenceChat API

Delete User

Permanently deletes a [User](#schema_user). It cannot be undone.

DELETE
/v1/chat/users/{id}

Path Parameters

id*string

User ID

Header Parameters

x-bot-id*string

Bot id

x-integration-id?string

Integration id

x-integration-alias?string

Integration alias

Response Body

application/json

application/json

curl -X DELETE "https://example.com/v1/chat/users/string" \  -H "x-bot-id: string"
{}
{}