My Account API
cURL
curl --request DELETE \ --url https://{host}/me/v1/connected-accounts/accounts/{id} \ --header 'Authorization: Bearer <token>'
{ "type": "<string>", "status": 123, "title": "<string>", "detail": "<string>", "validation_errors": [ { "detail": "<string>", "field": "<string>", "pointer": "<string>", "source": "<string>" } ] }
Delete a connected account belonging to the authenticated user.
Documentation IndexFetch the complete documentation index at: https://docs-staging.auth0-mintlify.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs-staging.auth0-mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Bearer and DPoP tokens are supported depending on the API configuration
The unique identifier of the connected account The unique identifier for a connected account
^cac_[A-Za-z0-9]+$
Connected account successfully deleted
このページは役に立ちましたか?