delete https://api.ol-hub.com/backend/api/v1/projects/
The delete project API sends a DEL request to delete a project.
Prerequisites: The caller must supply the project id.
Input parameters:
Field name | Description | Format |
---|---|---|
id | Project id | UUID |
version | Project version (if this parameter is not supplied, all project versions will be deleted) | Integer |
Output:
HTTP Status: 204 No Content