Todo.ly REST API Method: DELETE /Authentication/Token

Deletes the Token that is sent in the HTTP Header.

URL:

https://todo.ly/api/authentication/token.format

Formats:

xml, json

HTTP Method(s):

DELETE

Requires Authentication:

true

Parameters:

None

Usage examples:

https://todo.ly/api/authentication/token.xml

Response:

Response contains the deleted Token.

<TokenObject> 
  <TokenString>2171f46e5e3a47cc921b4f6edfc44c29</TokenString> 
  <UserEmail>email@email.com</UserEmail> 
  <ExpirationTime>2010-06-13T19:29:51.813</ExpirationTime> 
</TokenObject>