Skip to main content

Endpoint

DELETE /api/image/{imageID}
Deletes an image from the system. This operation requires proper authentication.

Path parameters

imageID
integer
required
The ID of the image to delete

Authentication

This endpoint requires authentication. Include your authentication credentials in the request headers.

Response

response
string
A string message indicating the result of the delete operation

Example request

curl -X DELETE https://api.brautcloud.com/api/image/456 \
  -H "Authorization: Bearer YOUR_TOKEN"

Example response

Image deleted successfully

Build docs developers (and LLMs) love