Delete Project
Deletes a project by id.
Request
URI
DELETE
https://vra-interop-222-139.lvn.broadcom.net/project-service/api/projects/{id}
COPY
Path Parameters
string
id
Required
The id of the project.
Query Parameters
string
apiVersion
Optional
Constraints:
default: 2019-01-15
The version of the API in yyyy-MM-dd format. For versioning information refer to /project-service/api/about.
Responses
200
'Success'
Operation doesn't return any data structure
400
Bad request, the project is not deleted
Operation doesn't return any data structure
403
Forbidden, the user lacks permissions
Operation doesn't return any data structure
409
Conflict, when the project is in use
Operation doesn't return any data structure
Code Samples
COPY
curl -X DELETE -H 'Authorization: <value>' https://{api_host}/project-service/api/projects/{id}