Skip to content

Delete Single Whitelist Rule

Request

Deletes one 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).

uuidstringrequired

Whitelist rule UUID

DELETE
/api/v2.0/orgs/{orgToken}/settings/whiteList/{uuid}
curl -i -X DELETE \
  'https://api-saas.mend.io/api/v2.0/orgs/{orgToken}/settings/whiteList/{uuid}' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

OK

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