Skip to content

Delete Binary Blob

Request

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
Path
blobIdstring(Blob ID)^[0-9a-z]{32}$read-onlyrequired

Blob ID

Example:97a9fae8a19b4da58bb48dc90c9562c9
curl -i -X DELETE \
  https://tidepool.redocly.app/_mock/reference/blob.v1/v1/blobs/97a9fae8a19b4da58bb48dc90c9562c9 \
  -H 'X-Tidepool-Session-Token: YOUR_API_KEY_HERE'

Responses

204 No Content