Batch Delete Projects

delete

/api/restapi/project/batch

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

Query Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : List<Integer>
Type: array
Title: List<Integer>
Show Source
Back to Top

Response

Supported Media Types

200 Response

Successful cascade delete operation.
Body ()
Root Schema : List<ApiEntityScheduleJob>
Type: array
Title: List<ApiEntityScheduleJob>
Show Source
Nested Schema : ApiEntityScheduleJob
Type: object
Title: ApiEntityScheduleJob
Show Source

204 Response

Successful operation with no content.

400 Response

Invalid input for the Project service.
Back to Top