DELETE Users & notifications
Delete User
All rooms with messages by that user will have the messages from this user purged in the rooms.
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