For the complete documentation index, see llms.txt. This page is also available as Markdown.

Delete

In standalone mode, you can use the delete method to delete an attachment. To delete an attachment, you need to provide the base path of the attachment you want to delete.

Here's an example of how to use the delete method in standalone mode:

Larupload::init('your/base/path')->delete();

When you delete an attachment using the delete method, all of its associated styles and covers will be automatically deleted as well.

Last updated