DELETE
/containers/{container_id}/files/{file_id}Delete a file from a container
Deletes a specific file from a container. Use container_id and file_id to identify the file to remove. The operation returns no documented resource details after deletion.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
container_idstringrequired
The unique identifier of the container that contains the file.
file_idstringrequired
The unique identifier of the container file to delete.
200Confirms that the container file was deleted successfully.
429Returned when the request was rejected because a rate limit was exceeded.
errorobjectrequired
Error handling
A 429 is returned when the request rate exceeds the allowed limit. Both container_id and file_id must identify the container file targeted for deletion.