taler-docs

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

delete-conversion-rate-classes-CLASS_ID.rst (720B)


      1 .. http:delete:: /conversion-rate-classes/{CLASS_ID}
      2 
      3   Delete an existing conversion rate class.
      4 
      5   Only available to the administrator.
      6 
      7   Since protocol **v9**.
      8 
      9   **Response:**
     10 
     11   :http:statuscode:`204 No Content`:
     12     The conversion rate class request was correctly deleted.
     13   :http:statuscode:`401 Unauthorized`:
     14     Invalid or missing credentials.
     15   :http:statuscode:`403 Forbidden`:
     16     Missing rights.
     17   :http:statuscode:`404 Not Found`:
     18     The conversion rate class was not found.
     19   :http:statuscode:`409 Conflict`:
     20     * ``TODO_LINKED_ACCOUNT`` : some accounts belongs to this class.
     21   :http:statuscode:`501 Not implemented`:
     22     This server does not support conversion, client should check config response.