Disconnect auth provider
curl --request DELETE \
--url https://api.agg.market/users/me/accounts/{provider} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'x-app-id: <api-key>' \
--data '{}'{
"success": true
}Users
Disconnect auth provider
Removes a linked auth provider from the current user’s identity. Cannot disconnect the last remaining provider (would lock the user out).
DELETE
/
users
/
me
/
accounts
/
{provider}
Disconnect auth provider
curl --request DELETE \
--url https://api.agg.market/users/me/accounts/{provider} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'x-app-id: <api-key>' \
--data '{}'{
"success": true
}Authorizations
Your application ID. Required for all app-tier and user-tier routes.
JWT access token returned by POST /auth/verify. Required for user-tier routes.
Path Parameters
Body
application/json
The body is of type object.
Response
200
Available options:
true ⌘I