Session
POST /unlink-account
Unlink an account
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
providerId*string
accountId?string
Response Body
application/json
curl -X POST "https://example.com/api/auth/unlink-account" \ -H "Content-Type: application/json" \ -d '{ "providerId": "string" }'{ "status": true}Is this page helpful?