English
This documentation provides a comprehensive overview of the DELETE /v1/objects endpoint of the SquareCloud Blob API.
cURL
curl --request DELETE \ --url https://blob.squarecloud.app/v1/objects \ --header 'Content-Type: application/json' \ --data '{ "object": "<string>" }'
{ "status": "success", }
a to z, A to Z, 0 to 9, and _
{ "object": "ID/prefix/name1_ltq7b2sw-de6241.jpeg" }
// The provided object name is invalid. { "status": "error", "code": "INVALID_OBJECT" }
Was this page helpful?