SCA API 2.0
//
Remove Group Roles
Deletes a role from a group
Security
bearer-key
Depending on the value of contextType, this can be:
- orgToken (org UUID by running Entities - Organization > Get User Organization) or Api Token (from the Mend SCA App: Integrate tab > API Key).
- productToken (product UUID (by running Entities - Organization > Get Organization Products) or Product Token (from the Mend SCA App: Integrate tab > Product Token.
- projectToken (project UUID by running Entities - Product > Get Product Projects) or project Token (from the Mend SCA App: Integrate tab > Project Token).
Example:"123e4567-e89b-12d3-a456-426655440000"
Type of entity the role will be associated with
Enum:"orgs""products"
Example:"orgs"
DELETE
{ "contextToken": "123e4567-e89b-12d3-a456-426655440000", "contextType": "orgs", "role": "DEFAULT_APPROVER" }
Response
{ "supportToken": "1171c60d", "retVal": { "message": "Success!" } }