Swagger Petstore - OpenAPI 3.0
DELETE/containers/{container_id}/files/{file_id}

Delete a container file

Deletes a specific container file. The file is permanently removed from the container and cannot be recovered.

2 parameters
container_idstringrequired
The unique identifier of the container containing the file.
file_idstringrequired
The unique identifier of the file to delete.

2 status codes
200Confirms the file was deleted successfully.
429Returned when the request rate limit is exceeded.
errorobjectrequired

Error handling

A 429 is returned when the request rate limit is exceeded. Both container_id and file_id must identify existing resources.