delete-private-groups-GROUP_ID.rst (725B)
1 .. http:delete:: [/instances/$INSTANCE]/private/groups/$GROUP_ID 2 3 This is used to delete information about a group. 4 5 **Required permission:** ``groups-write`` 6 7 **Response:** 8 9 :http:statuscode:`204 No content`: 10 The backend has successfully deleted the group. 11 :http:statuscode:`400 Bad Request`: 12 The group ID parameter is malformed. 13 Returned with ``TALER_EC_GENERIC_PARAMETER_MALFORMED``. 14 :http:statuscode:`404 Not found`: 15 The group or the instance is unknown to the backend. 16 Returned with ``TALER_EC_MERCHANT_GENERIC_PRODUCT_GROUP_UNKNOWN``. 17 :http:statuscode:`500 Internal Server Error`: 18 The server experienced an internal failure. 19 Returned with ``TALER_EC_GENERIC_DB_STORE_FAILED``.