This API is used to delete a stack.
DELETE /v1/{project_id}/stacks/{stack_name}/{stack_id}
For details about the parameters, see Table 1.
N/A
This request does not return any content in the response body.
DELETE /v1/9c53a566cb3443ab910cf0daebca90c4/stacks/HeatStack/34247a47-7bf9-4842-a899-421a3cca5779
None
Return Code |
Type |
Description |
---|---|---|
204 |
No Content |
The RTS service has fulfilled the request by deleting the resource. |
Return Code |
Type |
Description |
---|---|---|
400 |
Bad Request |
The server failed to process the request. |
401 |
Unauthorized |
Authorization failed. |
404 |
Not found |
The requested resources are not found. |
500 |
Internal Server Error |
Failed to complete the request because of an internal service error. |