> ## Documentation Index
> Fetch the complete documentation index at: https://developers.supapost.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete Influencer

> Delete an influencer and all associated images.

Permanently deletes an influencer and all associated images from R2 storage. This action cannot be undone.

## Path Parameters

<ParamField path="id" type="string" required>
  Influencer ID.
</ParamField>

## Response

```json 200 theme={null}
{
  "success": true
}
```

<Warning>
  This deletes the influencer record and removes all generated images from cloud storage.
</Warning>
