Deleting an entity
#
Submitting the requestIn order to delete an entity, you simple have to send a DELETE
request to the entity path.
Deleting a todo
note
Deleting an entity is an irreversible action.
#
EffectsDeleting an entity dispatches an event {{entity_name}}_deleted
to which you can subscribe with {insert link to webhook subscribe}