Delete Recommendation

Delete Recommendation

If a recommendation with the specified identifier does not exist no error will be returned

Request
URI
DELETE
https://{api_host}/suite-api/api/recommendations/{id}
COPY
Path Parameters
string
id
Required

The identifier of the recommendation to delete

Query Parameters
boolean
force
Optional
Constraints: default: false

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.


Authentication
This operation uses the following authentication methods.
Responses
204

The recommendation is deleted successfully

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X DELETE -H 'Authorization: <value>' https://{api_host}/suite-api/api/recommendations/{id}