Skip to main content
DELETE
/
compute
/
containers
/
{collection_topic}
/
{container_topic}
Delete a container instance
curl --request DELETE \
  --url https://api.quiva.ai/compute/containers/{collection_topic}/{container_topic} \
  --header 'Authorization: Bearer <token>'
{
  "error": "Invalid request parameters"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

collection_topic
string
required

Collection topic identifier

container_topic
string
required

Container topic identifier

Response