Delete a document
everypage_delete_fileDelete an EveryPage document to stop its share link from working. Use trash for recoverable deletion or purge for permanent, irreversible removal.
Instructions
Move an EveryPage document to the trash so its share link stops working. Trashed documents can be restored from the EveryPage dashboard. Set purge to true to destroy it permanently instead - that cannot be undone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | The document: UUID, short link id, or a pasted share URL. | |
| purge | No | Destroy permanently instead of trashing. Irreversible - confirm with the user first. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | ||
| purged | Yes | True when the document was destroyed permanently. | |
| trashed | Yes | True when the document went to the trash and can still be restored. |