// Project Steps

Delete a project step

Remove a step from a project.

DELETE/api/project/step

Description

Soft-deletes a project step. The step disappears from new releases; existing release snapshots are unaffected.

Parameters

NameInTypeRequiredDescription
projectStepId query string yes ID of the step.

Errors

StatusMeaning
400 Invalid projectStepId.
401 Missing or invalid Basic auth credentials, or the service account lacks the required role.