DELETE
Delete an image
Soft-delete an image by its public-id.
The image becomes unavailable immediately. Storage quota is reclaimed within minutes.
DELETE
/v1/images/{publicId}Authentication
Send your API key as a Bearer token.
Path parameters
| Field | Type | Description |
|---|---|---|
| publicId | string | Public identifier returned at upload time. |
Returns
Schema unavailable for response.
Errors
| Status | Description |
|---|---|
| 401 | Missing or invalid API key. |
| 404 | Image not found or not owned by this key. |
| 429 | Rate limit exceeded. |