Skip to main content
DELETE
/
v1
/
deployments
/
delete
/
{deployment_id}
Delete Deployment
curl --request DELETE \
  --url https://api.gravixlayer.com/v1/deployments/delete/{deployment_id} \
  --header 'Authorization: Bearer <token>'
{
  "deployment_id": "dep-abc123",
  "deleted": true,
  "message": "Deployment deleted successfully"
}

Authorizations

Authorization
string
header
required

API key authentication. Get your API key from the Gravix Layer Dashboard.

Path Parameters

deployment_id
string
required

The ID of the deployment to delete

Response

200 - application/json

Deployment deleted successfully

deployment_id
string
deleted
boolean
message
string