Blob Endpoints
Blob Delete Objects
This documentation provides a comprehensive overview of the DELETE /v1/objects endpoint of the SquareCloud Blob API.
DELETE
Blob Delete Objects
The API key for your account. You can find this in your account settings.
object field or the first entry of an objects array (kept for backward compatibility), so removing many files means one request per object.
The object key is validated against your token’s account ID before the delete runs; a key that resolves outside your own prefix is rejected as INVALID_OBJECT rather than treated as a cross-tenant lookup. A single database query both performs the delete and confirms the object existed, so deleting a name that’s already gone returns OBJECT_NOT_FOUND.
To find the exact object key before deleting it, list your objects with Object List; to check storage usage after cleanup, see Account Stats.
The name of the object to delete. The object name must adhere to the following pattern:
a to z, A to Z, 0 to 9, and _.Response
Indicates whether the call was successful. “success” if successful, “error” if not.
Troubleshooting
- 400 Status Code
- 401 Status Code
- 404 Status Code
- 429 Status Code
Object-Related
Blob Delete Objects

