{ "opencollection": "1.0.0", "info": { "name": "Auth0 Authentication actions Deprecated > Link Accounts API", "version": "1.0.0" }, "items": [ { "info": { "name": "Deprecated > Link Accounts", "type": "folder" }, "items": [ { "info": { "name": "Auth0 Unlink an Account", "type": "http" }, "http": { "method": "POST", "url": "{auth0_domain}/unlink", "body": { "type": "json", "data": "{}" } }, "docs": "**This endpoint is deprecated**. The `DELETE /api/v2/users/{id}/identities/{provider}/{user_id}` (from Management API v2) should be used instead." } ] } ], "bundled": true }