curl -X DELETE \ -H "QB-Token: d9c91a69e552145f6fe24dbb40b50ac575012bba" \ https://api.quickblox.com/data/ScoreTable/5d87d2f4a28f9a48631cb55b.json
{}
Delete records by IDs.
Delete many records
1. Set records IDs
curl -X DELETE \ -H "QB-Token: d9c91a69e552145f6fe24dbb40b50ac575012bba" \ "https://api.quickblox.com/data/MyScoreTable/5d87d328a28f9a545f1cb558,51c9ab92535c12951b0032dd,5d87d354a28f9a59df1cb557.json"
2. As a result, the API returns a '200 OK' status code which implies that records were deleted.
Delete one record
1. Set a record ID
curl -X DELETE \ -H "QB-Token: d9c91a69e552145f6fe24dbb40b50ac575012bba" \ "https://api.quickblox.com/data/ScoreTable/5d87d2f4a28f9a48631cb55b.json"
2. As a result, the API returns a '200 OK' status code which implies that a record was deleted.
200
Was this page helpful?