Journal entry category <int:item id> destroy

DELETE /journal-entry/category/<int:item-id>/{id}/

Path parameters

  • id integer Required

    A unique integer value identifying this category.

Responses

  • 204

    No response body

DELETE /journal-entry/category/<int:item-id>/{id}/
curl \
 --request DELETE 'http://api.example.com/journal-entry/category/<int:item-id>/{id}/'