Home / Resources / API Reference

Project

Base route: /api/project

Delete project

Permanently removes a project and all its associated data (deployment processes, releases, etc.) from the system.

Request

Parameters
projectId
string
required
The unique ID of the project to be deleted.
Query string

DELETE /api/project?projectId=...

Response

200 OK