Delete primary phone
Delete primary phone for the user, a verification-record-id in header is required for checking sensitive permissions.
DELETE /api/my-account/primary-phone
curl \
-X DELETE https://[tenant_id].logto.app/api/my-account/primary-phone \
-H "Authorization: Bearer $ACCESS_TOKEN"