taler-docs

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

delete-accounts-USERNAME-token.rst (413B)


      1 .. http:delete:: /accounts/$USERNAME/token
      2 
      3   Invalidate the access token that is being used to make the request.
      4 
      5   **Authentication:**  The client must authenticate with a valid access token.
      6 
      7   **Response:**
      8 
      9   :http:statuscode:`204 No content`:
     10     The token have been deleted.
     11   :http:statuscode:`401 Unauthorized`:
     12     Invalid or missing credentials.
     13   :http:statuscode:`403 Forbidden`:
     14     Missing rights.