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 through deleting before reaching deleted. Poll GET /resources/{resource_id} to confirm deletion.

Idempotency

Deleting an already-deleted resource returns 409 Conflict.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

resource_id
string<uuid>
required

Query Parameters

force
boolean
default:false

Response

Successful Response

Response from deleting a resource.

resource_id
string<uuid>
required
status
string
required
message
string
required