cURL
curl --request DELETE \ --url https://api.animusai.co/v2/{character_id}/dataset/images/{image_id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>", "image_id": "<string>", "approved": true }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Image deleted.