メインコンテンツへスキップ
DELETE
https://{host}/me/v1
/
authentication-methods
/
{authentication_method_id}
ID を指定して認証方法を削除
curl --request DELETE \
  --url https://{host}/me/v1/authentication-methods/{authentication_method_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 の設定に応じてサポートされます

パスパラメータ

authentication_method_id
string
必須

認証方法 ID。この値は、認証方法の作成時に返される Location ヘッダーの一部です。変更を加えず、そのまま使用してください。

レスポンス

認証方法を正常に削除しました