curl -X DELETE \ -H "QB-Token: b284ddf44f5369611fe14e0e588f1cfa855116c8" \ https://api.quickblox.com/users/external/697.json
Empty body
Delete a user by External User ID. A user can be deleted only by themselves or an account owner.
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
ApiKey {your_api_key}
200
401
Show properties
404
422
Was this page helpful?