Documentation Index
Fetch the complete documentation index at: https://docs.quickblox.com/llms.txt
Use this file to discover all available pages before exploring further.
Recipes
Delete user by external id with API key
1. Use 'Authorization' header to pass API key
curl -X DELETE \
-H 'Authorization: ApiKey 28irlNAGasWDSupO9Vw0BBMZfuHrAUYKpmroS9yBORI' \
https://api.quickblox.com/users/external/697.json
2. As a result, the API remove a user
curl -X DELETE \
-H 'Authorization: ApiKey 28irlNAGasWDSupO9Vw0BBMZfuHrAUYKpmroS9yBORI' \
https://api.quickblox.com/users/external/697.json
Path Parameters
ID of the user in the external system ().
A user session token. See
Authentication page to learn more about the session token.
Authorization
string
default:"ApiKey {your_api_key}"
required
API key from Dashboard. Expected format: ApiKey {your_api_key}. Must be used either QB-Token or Authorization.
Responses
A successful response
An error response
curl -X DELETE \
-H "QB-Token: b284ddf44f5369611fe14e0e588f1cfa855116c8" \
https://api.quickblox.com/users/external/697.json