Skip to main content
DELETE
/
users
/
external
/
{external_user_id}
.json
curl -X DELETE \
-H "QB-Token: b284ddf44f5369611fe14e0e588f1cfa855116c8" \
https://api.quickblox.com/users/external/697.json
Empty body

Recipes

1

1. Use 'Authorization' header to pass API key

curl -X DELETE \
-H 'Authorization: ApiKey 28irlNAGasWDSupO9Vw0BBMZfuHrAUYKpmroS9yBORI' \
https://api.quickblox.com/users/external/697.json
2

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

external_user_id
integer
ID of the user in the external system ().

Headers

QB-Token
string
required
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
errors
object
An error response
An error response
errors
object
curl -X DELETE \
-H "QB-Token: b284ddf44f5369611fe14e0e588f1cfa855116c8" \
https://api.quickblox.com/users/external/697.json
Empty body
I