objects
Delete an Object.
Delete an existing Object by ID. This action is irreversible and will remove the Object and all its metadata.
post/v1/objects/{id}/delete
Path parameters
idstring required
The unique identifier of the Object to delete.
Request body
EmptyRecord required
Response
Object deleted successfully. Returns the deleted Object metadata.