Publication Date – April 28, 2023
https://api.bitsighttech.com/ratings/v1/underwriting-guidelines/guideline_guid
Delete an existing underwriting guideline.
Parameters
*Required.
Parameter | Description | Values |
---|---|---|
guidPath |
Identify the underwriting guideline to delete. | [String] Underwriting guideline unique identifier [guideline_guid ]. See GET: Underwriting Guidelines. |
Example Request
curl -X "DELETE" https://api.bitsighttech.com/ratings/v1/underwriting-guidelines/m521bb61-33c4-42c9-1234-c8194c305db3 -u api_token:
Status Codes
Code | Description |
---|---|
204 – No Content |
No content is available to be deleted. |
400 – Bad Request |
This can often be due to missing a required parameter. |
401 – No Authentication |
No valid API token was provided. |
403 – Unauthorized |
You do not have permission to access this resource. |
404 – Not Found |
The specified resource could not be found. |