Object Store
Delete an object store entry
Deletes a specific entry from an object store bucket
delete/storage/obj/{bucket}/entries/{key}
Path parameters
bucketstring required
Name of the bucket
keystring required
Key of the entry
Response
Bad Request
Example response
{
"message": "success"
}