Delete a Blob

DELETE https://jsonblob.com/api/jsonBlob/{{blob_id}}

Deleting a JSON Blob is accomplished by sending a DELETE request to /api/jsonBlob/. Upon successfully deleting the JSON Blob, a 200 response will be returned. If no JSON Blob exists for the given , a 404 response will be returned. If deleting blobs is not enabled, a 405 response will be returned.

Use the Blob ID from a *Create a Blob* POST request and append it to the URL to retrieve the JSON.
If you have recently created a blob using Qodex, the variable {{blob_id}} already has the blob id.

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK