Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
EDL Token

Information on deleting EDL tokens can be found at https://urs.earthdata.nasa.gov/documentation/for_users/user_token

ECHO Token

To delete a token, execute the following curl command for your selected environment.

Substitute your token where <token> is written in the command below.  An example token is: 08D386C0-D020-A2BD-A65E-F54593A56FDB

Tip
titleExample

curl -X DELETE --header "Content-Type: application/xml" https://cmr.earthdata.nasa.gov/legacy-services/rest/tokens/<token>

Note:

...

The return code should be a 204, otherwise an error has occurred.