https://api.bitsighttech.com/ratings/v1/companies/company_guid/risk-remediation-plan/settings/settings_guid
Delete a custom RRP setting. Only the creator of the setting may delete it. Deleting a setting does not delete plan runs that were generated using it.
Example Request
curl -X DELETE https://api.bitsighttech.com/ratings/v1/companies/a940bb61-33c4-42c9-9231-c8194c305db3/risk-remediation-plan/settings/3fa85f64-5717-4562-b3fc-2c963f66afa6 \ -u api_token:
Status Codes
204 – No ContentThe setting was successfully deleted.
401 – UnauthorizedNo valid API token was provided.
403 – Permission DeniedYou do not have permission to access this resource.
404 – Not FoundThe specified setting does not exist or is not accessible to the requesting user.
422 – Unprocessable EntityA path parameter value is invalid.
Comments
Please sign in to leave a comment.