cURL
curl --request DELETE \ --url https://api.smartlyq.com/v1/images/{image_id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "deleted": true }, "meta": { "request_id": "<string>", "timestamp": "2023-11-07T05:31:56Z" } }
API key from Developer dashboard (Bearer token).
Image deleted successfully
true
Show child attributes