v1
latestOpenAPI 3.0.3Apache 2.02026-07-1756158355.3 KBDelete a credential for a specific identity
Delete an identity credential by its type. You cannot delete passkeys or code auth credentials through this API.
Path parameters
ID is the identity's ID.
Type is the type of credentials to delete. password CredentialsTypePassword oidc CredentialsTypeOIDC totp CredentialsTypeTOTP lookup_secret CredentialsTypeLookup webauthn CredentialsTypeWebAuthn code CredentialsTypeCodeAuth passkey CredentialsTypePasskey profile CredentialsTypeProfile saml CredentialsTypeSAML link_recovery CredentialsTypeRecoveryLink CredentialsTypeRecoveryLink is a special credential type linked to the link strategy (recovery flow). It is not used within the credentials object itself. code_recovery CredentialsTypeRecoveryCode
Query parameters
Identifier is the identifier of the OIDC/SAML credential to delete. Find the identifier by calling the GET /admin/identities/{id}?include_credential={oidc,saml} endpoint.
Response
Empty responses are sent when, for example, resources are deleted. The HTTP status code for empty responses is typically 204.