Batch Delete Subject Compatibility
Deletes one bounded batch of compatibility bindings. Imported and user-attribute-derived bindings are recoverable so corrected source data can be applied on the next import or sign-in. Correct attribute source data before deleting its binding so a concurrent sign-in cannot recreate the stale value.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
This API uses OAuth2 with the Client Credential flow. Client Credentials must be sent in the BODY, not the headers. For an example of how to implement this, refer to the c1TokenSource.Token() function.
Body
SSOApplicationServiceBatchDeleteSubjectCompatibilityRequest deletes a bounded batch of compatibility-subject bindings.
The userIds field.
Response
SSOApplicationServiceBatchDeleteSubjectCompatibilityResponse reports bounded recovery progress.