Delete key metadata container (DELETE /v1/{tenant_id}/containers/{resource_id})

Deletes the specified key metadata container.

{tenant_id}: Project ID used to delete a key metadata container

{resource_id}: Resource ID of the key metadata container to be deleted

Request headers

X-Auth-Token

Specify the authentication token.

Data type Cardinality
String 1..1

Request parameters

None

Request body

None

Response headers

Status

The following error codes can be returned for the request.

One of the following values will be returned.

204:
Normal completion
401:
Authentication error (no authentication token, incorrect authentication token, etc.)
400:
Invalid access (invalid parameter, etc.)
403:
Cannot access (no privileges)
404:
No applicable resources
500:
Unexpected error
Data type Cardinality
int 1..1

Response elements

None

Example of request


DELETE /v1/a759452216fd41cf8ee5aba321cfbd49/containers/ a5330b02-ee46-4883-b8ea-4359925ebbf2
X-Auth-Token: "JpZCI6ICJjM2VlNzA4YTZhZTI0ZGRmOTJjMDc4 . . ."
     

Example of response


Status Code: 204 No content
Content-Length: 0