Delete File
When a user deletes a file in Bubble, you likely want to remove it from your Uploadcare account as well. This is especially important when you're wanting to make the most of your storage.
Fields
File UUID
The uuid of the file to be deleted.
Default: null
Returned Values
Uploadcare's API response is passed back through the below returned values so you can elegantly handle errors in your application
Response
The full response object from the API
Example:
Success
A boolean value on whether the request was successful. You can use this for conditional workflows.
Error Message
The error message that is returned from Uploadcare when deleting the file fails.
Error Code
The error code that is returned from Uploadcare when deleting the file fails.
Last updated