Delete Recommendation Using DELETE
If a recommendation with the specified identifier does not exist no error will be returned
Request
URI
DELETE
https://{api_host}/api/recommendations/{id}
COPY
Path Parameters
string
id
Required
The identifier of the recommendation to delete
Query Parameters
boolean
force
Optional
If true,then delete recommendation and if it is referenced in problem definition, update corresponding problem definition to remove the reference. If false, then delete recommendation only if it is not referenced by any problem definition.
Responses
204
The recommendation is deleted successfully
Operation doesn't return any data structure