Skip to content

Delete Whitelist Rules

Request

Deletes all of the whitelist rules of an organization

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(White List UUID)required
Example:"123e4567-e89b-12d3-a456-426655440000"
]
DELETE
/api/v2.0/orgs/{orgToken}/settings/whiteList/rules
[ { "uuid": "123e4567-e89b-12d3-a456-426655440000" } ]

Responses

OK

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