Skip to content

Delete multiple InhHouse rules

Request

Deletes one or more in-house library rules

Security
bearer-key
Path
orgTokenstringrequired

org UUID (by running Entities - Organization > Get User Organizations) or API Key (from the Mend SCA App: Integrate tab > API Key).

Bodyapplication/jsonrequired
Array [
uuidstring(InHouse Rule UUID)required
Example:"123e4567-e89b-12d3-a456-426655440000"
emptyboolean
]
DELETE
/api/v2.0/orgs/{orgToken}/settings/inHouse/rules
[ { "uuid": "123e4567-e89b-12d3-a456-426655440000", "empty": true } ]

Responses

OK

Bodyapplication/json
supportTokenstring(Support Token)
Example:"1171c60d"
retValobject(MessageDTO)
Response
{ "supportToken": "1171c60d", "retVal": { "message": "Success!" } }