Batch Delete Projects
delete
/primeapi/restapi/project/batch?cascadeOnDelete={cascadeOnDelete}
Send a request to this endpoint to delete one or more projects. Objects with ID values that match the values provided in the request body will be deleted.
Request
Supported Media Types
- application/json
Query Parameters
-
cascadeOnDelete(optional): boolean
Boolean value(true) for cascade delete project.Default Value:
false
IDs of the projects to be deleted.
Response
Supported Media Types
- application/json
204 Response
Successful operation with no content.
400 Response
Invalid input for the Project service.