Skip to main content
Anchor to IdentityProviderSubjectDeletePayload

IdentityProviderSubjectDeletePayload

payload

Return type for identityProviderSubjectDelete mutation.

•Customer

The customer whose identity provider subject was deleted.

Show fields
Anchor to deletedIdentityProviderSubjectIddeletedIdentityProviderSubjectId
•ID

The deleted identity provider subject ID.

•[IdentityProviderSubjectUserError!]!
non-null

The list of errors that occurred from executing the mutation.

Show fields

Was this section helpful?

Anchor to Mutations with this payloadMutations with this payload

•mutation

Unlink a customer's third-party identity provider subject.

Show payload

Arguments

•ID!
required

The ID of the customer the identity provider subject belongs to. Required so the database lookup can hit the table's partition key (customer_id) instead of doing a cross-tablet scan.

•ID!
required

The ID of the identity provider subject to delete.



Was this section helpful?