delete-private-tokenfamilies-TOKEN_FAMILY_SLUG.rst (458B)
1 .. http:delete:: [/instances/$INSTANCES]/private/tokenfamilies/$TOKEN_FAMILY_SLUG 2 3 This is used to delete a token family. Issued tokens of this family will not 4 be spendable anymore. 5 6 **Required permission:** ``tokenfamilies-write`` 7 8 **Response:** 9 10 :http:statuscode:`204 No content`: 11 The backend has successfully deleted the token family. 12 13 :http:statuscode:`404 Not found`: 14 The merchant backend is unaware of the token family or instance.