Skip to content
OpenPostDocs
OpenPostDocs
Auth

Unlink an OIDC identity from the current account

DELETE/auth/oidc/identities/{identity_id}

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

identity_id*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X DELETE "https://example.com/auth/oidc/identities/string" \  -H "Content-Type: application/json" \  -d '{    "reauth_grant": "string"  }'
{  "$schema": "https://example.com/api/v1/schemas/MessageOutputBody.json",  "message": "string"}