Skip to main content
DELETE
/
deployments
/
{deployment_id}
Delete Deployment
curl --request DELETE \
  --url https://api.gravixlayer.com/v1/deployments/{deployment_id} \
  --header 'Authorization: Bearer <token>'

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

Deployment deleted successfully

I