Skip to content

Instantly share code, notes, and snippets.

@lookis
Created November 29, 2017 06:24
Show Gist options
  • Save lookis/c198ccde7b8741c19d3e4c749cc4bee0 to your computer and use it in GitHub Desktop.
Save lookis/c198ccde7b8741c19d3e4c749cc4bee0 to your computer and use it in GitHub Desktop.
Remo Omni Sync Server Directory
echo -n "To remove your OmniPresence data, please enter your Omni Sync Server account name: "; read OSSACCOUNT; curl -v --request DELETE --location-trusted --digest --user "$OSSACCOUNT" "https://sync.omnigroup.com/$OSSACCOUNT/usage"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment