Delete a Particular Stack
DELETE /v2/stacks/:guid?
Request
Route
DELETE /v2/stacks/ea541500-a1bd-4ac2-8ab1-f38ed3a483ad?
Parameters
Name |
Description |
Valid Values |
Example Values |
guid
|
The guid of the Stack
|
|
|
async
|
Will run the delete request in a background job. Recommended: 'true'.
|
|
|
Headers
cURL
curl "https://api.[your-domain.com]/v2/stacks/ea541500-a1bd-4ac2-8ab1-f38ed3a483ad?" -d '' -X DELETE \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTg3IiwiZW1haWwiOiJlbWFpbC01NUBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDU0NDUxNjExfQ.2IBIyUtPn8jivi4Pdh6KHLHZzDxjtJdqomM0AU4elMc" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Status
204 No Content
Headers