Delete a Request
delete
/bcws/webresources/v1.0/request/{id}
Delete a given request in BRM.
Request
Path Parameters
-
id(required): string
The ID of the request to be deleted
There's no request body for this operation.
Back to TopResponse
200 Response
The request is deleted successfully.
500 Response
An internal server error occurred.
Examples
This example shows how to get delete a record request by submitting a DELETE request on the REST resource using cURL. For more information about cURL, see "Use cURL".
cURL Command
curl -X DELETE 'http://hostname:port/bcws/webresources/version/request/{id}'
where:
- hostname is the URL for the Billing Care REST server.
- port is the port for the Billing Care REST server.
- version is the version of the API you're using, such as v1.0.
Example of Response Body
If successful, the response code 204 is returned with no response body.