Skip to API content
TalkLabs API Docs v3
Recipes
DELETE Users & notifications

Delete User

All rooms with messages by that user will have the messages from this user purged in the rooms.

DELETE /api/v3/{appid}/user/users/{userid}

All rooms with messages by that user will have the messages from this user purged in the rooms.

This method requires authentication.

  • UserId is the app specific User ID provided by your application.
Request

Parameters

Values in the path and query string.

appid path
string TalkLabs ID required

The application the user belongs to.

Example: your-app-id
userid path
string customer-defined required

Required. The app specific user ID to delete.

Example: u-8842
Response

Status codes

Every JSON response uses the API result envelope.

200 OK: success data is a ResponseDeleteAppUser kind "deleted.appuser" containing the deleted user's last known record. ApiResult
400 BadRequest: the userid parameter was not provided. ApiResult
403 Forbidden: request is not authorized with a valid token. ApiResult
404 NotFound: no user exists for the given userid. ApiResult
500 Internal Server Error ApiResult
Search all 118 endpoints Try “join room”, “moderate”, or “POST”.
Request environment

Connect your application

These values fill request examples and the API console. They stay in this browser tab and are never sent to TalkLabs until you run a request.

Credentials are stored in sessionStorage, not in cookies or analytics.