Delete a Container
Creates a task that deletes all instances of this container before finally deleting the container itself.
Requires the containers-delete permission.
Returns
Returns a Task Descriptor Object, otherwise returns an Error.
DELETE /v1/containers/5b9c2a77b6393d0001eb45fd
Example Request
$ curl https://api.cycle.io/v1/containers/5b9c2a77b6393d0001eb45fd \-H"Authorization: Bearer API_KEY"\-H"X-Hub-Id: HUB_ID"\-X DELETE
Example Response
{"data": {"action": "delete","job_id": "5d01b9b3db2ab00001508cd8"}}