Delete Resource
Resources
Delete Resource
Delete a resource. Terminates the instance on the vendor and marks it as deleted.
DELETE
Delete Resource
Destroy a provisioned resource. This terminates the instance on the vendor and marks it as deleted.
Asynchronous deletion
Deletion is asynchronous. The resource transitions throughdeleting before reaching deleted. Poll GET /resources/{resource_id} to confirm deletion.
Idempotency
Deleting an already-deleted resource returns409 Conflict.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.