Skip to main content
DELETE
/
guardian
/
enrollments
/
{id}
Delete a multi-factor authentication enrollment
curl --request DELETE \
  --url https://{tenantDomain}/api/v2/guardian/enrollments/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

ID of the enrollment to be deleted.

Pattern: ^((totp|sms|voice|push|email|recovery-code|webauthn-roaming|webauthn-platform)\|)?dev_[A-Za-z0-9-_]+$

Response

Enrollment successfully deleted.