Develop > API calls > Container APIs > Delete a container

Delete a container

Deletes a container specified by the Container ID parameter.

URI Method Parameters Returns

http://[host]:[port]/csa/api/container/{containerID}

DELETE Container ID

200 - successful
403 - not authorized
404 - not found
409 - invalid delete request

Example

The following URL was sent:

https://localhost:8444/csa/api/container/72A82AD399D64A1FADABE348AA59DB90

The response body is empty and the status code is 2.4.