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

Delete a container

Deletes a container permanently. This action is irreversible and removes the container and all its associated data.

1 parameter
container_idstringrequired
The unique identifier of the container to delete.

2 status codes
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.