Delete Schedule
DELETE
/v1/deployments/{deployment_id}Permanently delete a Deployment when its current lifecycle state allows deletion.
Path parameters
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
401
authentication_errorThe API key is missing or invalid.
404
not_foundThe Deployment does not exist.
409
conflictThe Deployment cannot be deleted from its current state.

