FastPic
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

FieldTypeDescription
publicIdstringPublic identifier returned at upload time.

Returns

Schema unavailable for response.

Errors

StatusDescription
401Missing or invalid API key.
404Image not found or not owned by this key.
429Rate limit exceeded.