Delete Object
For full endpoints details, please refer to the Swagger documentation.
Deletion Conditions
There are multiple conditions that causes an object to be deleted:
- The retention period has expired.
- The sender requests deletion with an API call.
- All receivers have marked the object as downloaded.
Delete an Object Explicitly
Use the DELETE /objects/{key} endpoint to delete an object given its key.
It returns status code 204 on object deletion.
You must be the object's sender to be permitted to delete it explicitly.