DELETE
/containers/{container_id}Delete a container
Deletes a container permanently. This action is irreversible and removes the container and all its associated data.
container_idstringrequired
The unique identifier of the container to delete.
200Confirms the container was deleted successfully.
429Returned when the request exceeds the rate limit.
errorobjectrequired
Error handling
A 429 is returned when the request exceeds the rate limit. container_id must identify an existing container.