Delete a Project Dependency

delete

/api/restapi/projectDependency/{projectDependencyId}

Send a request to this endpoint to delete a project dependency. The application object with an ID value that matches the value of the {projectDependencyId} path parameter will be deleted.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

204 Response

Successful operation with no content.

400 Response

Invalid input.
Back to Top