Skip to main content

Deleting an entity

Submitting the request#

In order to delete an entity, you simple have to send a DELETE request to the entity path.

Deleting a todo
DELETE /api/todos/56ccb590-45a9-4c8f-8bde-2c89d731d4be
note

Deleting an entity is an irreversible action.

Effects#

Deleting an entity dispatches an event {{entity_name}}_deleted to which you can subscribe with {insert link to webhook subscribe}