Endpoint
Path parameters
The ID of the image to delete
Authentication
This endpoint requires authentication. Include your authentication credentials in the request headers.Response
A string message indicating the result of the delete operation
Powered by Mintlify
Auto-generate your docs
Delete an image by its ID
DELETE /api/image/{imageID}
curl -X DELETE https://api.brautcloud.com/api/image/456 \
-H "Authorization: Bearer YOUR_TOKEN"
Image deleted successfully