メインコンテンツへスキップ
DELETE
https://{host}/me/v1
/
connected-accounts
/
accounts
/
{id}
ID で接続済みアカウントを削除
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>"
    }
  ]
}

承認

Authorization
string
header
必須

Bearer トークンと DPoP トークンは、API の設定に応じてサポートされます

パスパラメータ

id
string
必須

接続済みアカウントの一意の識別子

Pattern: ^cac_[A-Za-z0-9]+$

レスポンス

接続済みアカウントを正常に削除しました