Delete primary phone

DELETE /api/my-account/primary-phone

Delete primary phone for the user, a verification-record-id in header is required for checking sensitive permissions.

Responses

DELETE /api/my-account/primary-phone
curl \
 -X DELETE https://[tenant_id].logto.app/api/my-account/primary-phone \
 -H "Authorization: Bearer $ACCESS_TOKEN"