Skip to content

Delete Schedule

DELETE/v1/deployments/{deployment_id}

Permanently delete a Deployment when its current lifecycle state allows deletion.

Path parameters

stringdeployment_idrequired

Stable Deployment identifier.

Archive versus delete

Archive a Deployment when its record should remain available. Delete is permanent and only succeeds for eligible lifecycle states.

Errors

401authentication_error

The API key is missing or invalid.

404not_found

The Deployment does not exist.

409conflict

The Deployment cannot be deleted from its current state.