Destroy a Blueprint Instance
POST/deployments/instances/:id/destroy
Destroys a blueprint deployment instance.
This is a POST
request as destroying a blueprint instance requires additional information
beyond the ID of the instance to destroy and DELETE
requests do not support request bodies.
This will start the destroy process for the provided change set. It will return the current state of the blueprint instance, the same ID provided should be used to stream destroy events as they occur.
Request
Responses
- 202
- 400
- 401
- default
Blueprint instance destroy process will start soon.
Bad request
Unauthorized
Unexpected error