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 \
--request DELETE https://[tenant_id].logto.app/api/my-account/primary-phone \
--header "Authorization: Bearer $ACCESS_TOKEN"