Swift delete an object
To delete an object, make a DELETE request with the API version, account,
container, and object name. You must have write permissions on the container to delete an object
within it. Once you’ve successfully deleted the object, you will be able to reuse the object
name.
Syntax
DELETE /_API_VERSION_/_ACCOUNT_/_TENANT_:_CONTAINER_/_OBJECT_ HTTP/1.1
Host: FULLY_QUALIFIED_DOMAIN_NAME
X-Auth-Token: _AUTH_TOKEN_