Delete a Blob
DELETE https://jsonblob.com/api/jsonBlob/{{last_created_jsonblob}}
Deleting a JSON Blob is accomplished by sending a DELETE request to /api/jsonBlob/<blobId>. Upon successfully deleting the JSON Blob, a 200 response will be returned. If no JSON Blob exists for the given <blobId>, 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 BlobPOSTrequest and append it to the URL to retrieve the JSON. If you have recently created a blob using Qodex, the variable{{last_created_jsonblob}}already has the blob id.
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Content-Type | string | ||
Accept | string |