Skip to main content

Delete Blob/File

info

All JSON array responses have been shortened for readability.

DELETE/<ApplicationID>/store/<BlobID>
Endpoint Requires Authentication


note

Note that, currently, an authorized reseller must initialize a container manually for each Application. If the container has not been created, the response error detail will be Container not found for application..

Example
https://api.weightron.cloud/641c1177ebc8b2f3c195b02c/store/641c1c258fde9d1d8a0e0419
Description

Deletes the file from the container with the given <BlobID>.

Returns
{
"timestamp": "2023-03-23T09:30:13.157Z",
"data": {
"_id": "641c1c258fde9d1d8a0e0419"
}
}