Delete all Children in a PBS Hierarchy
delete
/primeapi/restapi/pbs/children/{id}
Send a request to this endpoint to delete all children in the PBS hierarchy of a PBS with an ID value that matches the value of the {id} path parameter.
Request
Path Parameters
-
id: integer(int64)
ID of the PBS whose children have to be deleted.
Response
Supported Media Types
- application/json
204 Response
Successful operation with no content.
400 Response
Invalid input for the PBS service. Verify the request contains valid data, then resubmit the request.