Delete a Location
delete
/primeapi/restapi/location/{id}
Send a request to this endpoint to delete a location. The application object with an ID value that matches the value of the {id} path parameter will be deleted.
Request
Path Parameters
-
id: integer(int64)
ID of the Location to be deleted.
Response
Supported Media Types
- application/json
204 Response
Successful operation with no content.
404 Response
Invalid input for the Location service. Verify the request contains valid data, then resubmit the request.