Skip to main content
DELETE
Commit remove auth method

Authorizations

Authorization
string
header
required

User bearer credential: either a Cognito JWT or an ak_ user API key. Backend integrators using HMAC must include the user API key alongside the three HMAC headers on user-scoped endpoints.

Path Parameters

id
string
required

Auth method identifier.

Minimum string length: 1

Body

Commit body for any prepared auth-method activity (add, email-start, remove).

Commit body for any prepared auth-method activity (add, email-start, remove).

intentId
string
required

Intent identifier returned by the matching prepare call.

Minimum string length: 1
stamp
string
required

Turnkey stamp produced by signing the prepared activityBody with the user's WebAuthn authenticator.

Minimum string length: 1

Response

Response for status 204