DELETE: Delete RRP Setting

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 Content

The setting was successfully deleted.

401 – Unauthorized

No valid API token was provided.

403 – Permission Denied

You do not have permission to access this resource.

404 – Not Found

The specified setting does not exist or is not accessible to the requesting user.

422 – Unprocessable Entity

A path parameter value is invalid.

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.