Home / Resources / API Reference

Project

Base route: /api/project

Delete project step

Permanently removes a step from the project's deployment process.

Request

Parameters
projectStepId
string
required
The unique identifier of the project step to be deleted.
Query string

DELETE /api/project/step?projectStepId=...

Response

200 OK