DELETE
/
blobs
/
{blob_id}
.json
curl -i -X DELETE \
-H "QB-Token: 2e80acd7f3d9c1e79312e0d1dafd6691ba012bba" \
https://api.quickblox.com/blobs/9505829.json
{}

Path Params

blob_id
integer
required
ID of the file/blob. Generated automatically by the server after file/blob creation.

Headers

QB-Token
string
required
A user or application session token. See our Authentication page to learn more about session tokens. Must be used either QB-Token or Authorization.

Responses

curl -i -X DELETE \
-H "QB-Token: 2e80acd7f3d9c1e79312e0d1dafd6691ba012bba" \
https://api.quickblox.com/blobs/9505829.json
{}