Skip to main content
DELETE
/
compute
/
v1
/
deployments
/
{deployment_id}
Delete a deployment
curl --request DELETE \
  --url https://compute.hexelstudio.com/compute/v1/deployments/{deployment_id} \
  --header 'Authorization: <api-key>'

Documentation Index

Fetch the complete documentation index at: https://hexelstudio.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

STS access token. Obtain via POST https://sts.hexelstudio.com/token with X-API-Key header.

Path Parameters

deployment_id
string
required

Deployment ID

Response

204

No Content