Skip to main content
DELETE
/
api
/
v1
/
organizations
/
{organizationID}
/
regions
/
{regionID}
/
images
/
{imageID}
Delete a compute image.
curl --request DELETE \
  --url https://region.nks.europe-west4.nscale.com/api/v1/organizations/{organizationID}/regions/{regionID}/images/{imageID} \
  --header 'Authorization: Bearer <token>'
{
  "error": "invalid_request",
  "error_description": "request body invalid"
}

Authorizations

Authorization
string
header
required

Operation requires OAuth 2.0 bearer token authentication.

Path Parameters

organizationID
string
required

An organization ID.

regionID
string
required

The region ID. A Kubernetes name. Must be a valid DNS containing only lower case characters, numbers or hyphens, start and end with a character or number, and be at most 63 characters in length.

Required string length: 1 - 63
imageID
string
required

The image ID. A Kubernetes name. Must be a valid DNS containing only lower case characters, numbers or hyphens, start and end with a character or number, and be at most 63 characters in length.

Required string length: 1 - 63

Response

The request has been accepted and will be fulfilled asynchronously. You may poll the resource and monitor its provisioning and health status to await completion of the operation.