Skip to main content
DELETE
/
api
/
deployments
/
{deploymentId}
Remove deployment
curl --request DELETE \
  --url https://api.example.com/api/deployments/{deploymentId} \
  --header 'Authorization: Bearer <token>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Path Parameters

deploymentId
string<uuid>
required

Unique identifier of the deployment to remove

Response

200 - application/json

Confirmation of the deleted deployment

Confirmation of the deleted deployment

id
string<uuid>
required

ID of the deleted deployment