taler-docs

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

delete-charities-{charity_id}.rst (376B)


      1 .. http:DELETE:: /charities/{charity_id}
      2 
      3   Delete (or deactivate) a charity. Only allowed if the request comes with the administrator bearer token.
      4 
      5   **Request:**
      6 
      7   **Response:**
      8 
      9   :http:statuscode:`204 No content`:
     10     The request was successful.
     11 
     12   :http:statuscode:`403 Forbidden`:
     13     The request did not contain an accepted administrator bearer token in it's header.