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/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>" } ] }
認証されたユーザーに紐づく1つの認証方法を削除します。
Bearer トークンと DPoP トークンは、API の設定に応じてサポートされます
認証方法 ID。この値は、認証方法の作成時に返される Location ヘッダーの一部です。変更を加えず、そのまま使用してください。
認証方法を正常に削除しました