curl -X DELETE \ -H "QB-Token: b284ddf44f5369611fe14e0e588f1cfa855116c8" \ https://api.quickblox.com/users/36.json
Empty body
Delete a user by ID. A user can be deleted only by themselves or an account owner.
Delete user by id with API key
1. Use 'Authorization' header to pass API key
curl -X DELETE \ -H 'Authorization: ApiKey 28irlNAGasWDSupO9Vw0BBMZfuHrAUYKpmroS9yBORI' \ https://api.quickblox.com/users/36.json
2. As a result, the API remove a user
ApiKey {your_api_key}
200
400
403
Show properties
404
422
Was this page helpful?