Deletes a previously uploaded binary blob in the user's account. This operation fails if the blobId does not match the ID of an existing blob.
Security
sessionToken
- Mock serverhttps://tidepool.redocly.app/_mock/reference/blob.v1/v1/blobs/{blobId}
- integrationhttps://external.integration.tidepool.org/v1/blobs/{blobId}
- productionhttps://api.tidepool.org/v1/blobs/{blobId}
- dev1https://dev1.dev.tidepool.org/v1/blobs/{blobId}
- qa1https://qa1.development.tidepool.org/v1/blobs/{blobId}
- qa2https://qa2.development.tidepool.org/v1/blobs/{blobId}
curl -i -X DELETE \
https://tidepool.redocly.app/_mock/reference/blob.v1/v1/blobs/97a9fae8a19b4da58bb48dc90c9562c9 \
-H 'X-Tidepool-Session-Token: YOUR_API_KEY_HERE'