Destroy an instance
DELETE/instances/:uuid
Queues the instance for destruction and returns immediately. This is irreversible.
Request
Responses
- 202
- 401
- 403
- 404
The destroy has been accepted and queued.
The API key is missing, invalid or expired.
The API key is valid but not authorized for the required scope.
The resource does not exist or is not owned by the calling key.