Caching
Purge cache
This API will purge CDN cache and ImageKit.io's internal cache for a file. Note: Purge cache is an asynchronous process and it may take some time to reflect the changes.
post/v1/files/purge
Request body
Example request
{
"url": "https://ik.imagekit.io/your_imagekit_id/default-image.jpg"
}Response
Purge request submitted successfully. A requestId will be returned.