Documentation Index
Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
useDeleteEntity returns a function that deletes an entity. If called from inside an EntityProvider, the provider’s entity state is set to undefined after deletion.
Usage Example
Parameters
The ID of the entity to delete.
Returns
Promise<void> — resolves when the entity is deleted.
