taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

delete-accounts-USERNAME-tokens-TOKEN_ID.rst (375B)


      1 .. http:delete:: /accounts/$USERNAME/tokens/$TOKEN_ID
      2 
      3   Delete an access token.
      4 
      5   **Response:**
      6 
      7   :http:statuscode:`204 No content`:
      8     The token have been deleted.
      9   :http:statuscode:`404 Not found`:
     10     Token ``$TOKEN_ID`` was not found.
     11   :http:statuscode:`401 Unauthorized`:
     12     Invalid or missing credentials.
     13   :http:statuscode:`403 Forbidden`:
     14     Missing rights.