Skip to content
On this page

Delete Media ​

Delete an image by ID.

Endpoint ​

DELETE /api/images/delete/?id={id}

Example Response ​

json
{
  "status": "success",
  "message": "Image deleted successfully."
}

Released under the MIT License.