Deleting IO Payloads
You can delete a request’s payloads and the CDN files found in the output of the request using the Platform API. This is useful for removing generated images, files, or other media from the platform.Note:The CDN files found in the input of the request are not deleted, as they may be used by other requests.
Delete Request Payloads API
See the Platform API reference for the delete endpoint, authentication requirements, and response format.
Preventing IO Storage
You can prevent a request’s payloads from being stored at all by including theX-Fal-Store-IO: 0 header in your request. This is useful when you want to avoid storing sensitive data or when you don’t need the payloads to be accessible later.