Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://{host}/me/v1/connected-accounts/accounts/{id} \ --header 'Authorization: Bearer <token>'
{ "detail": "<string>", "status": 123, "title": "<string>", "type": "<string>", "validation_errors": [ { "detail": "<string>", "field": "<string>", "pointer": "<string>", "source": "<string>" } ] }
認証されたユーザーに紐づく接続済みアカウントを削除します。
Bearer トークンと DPoP トークンは、API の設定に応じてサポートされます
接続済みアカウントの一意の識別子
^cac_[A-Za-z0-9]+$
接続済みアカウントを正常に削除しました