Delete Role Member of the Role by Role Member ID

delete

/process/api/v1/data-access/roles/{id}/members/{identityId}

Deletes a role member of a role using the role member ID in the data access control service.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

202 Response

Accepted

400 Response

Bad request
Body ()
Root Schema : ErrorMessage
Type: object
Title: ErrorMessage
Defines ErrorMessage
Show Source

401 Response

Unauthorized
Body ()
Root Schema : ErrorMessage
Type: object
Title: ErrorMessage
Defines ErrorMessage
Show Source

429 Response

Too many requests

500 Response

Internal server error
Body ()
Root Schema : ErrorMessage
Type: object
Title: ErrorMessage
Defines ErrorMessage
Show Source

503 Response

Too many exceptions or too slow requests
Back to Top