cURL
curl --request DELETE \ --url https://api.veryfront.com/projects/{project_reference}/uploads/{upload_reference} \ --header 'Authorization: Bearer <token>'
Soft deletes a user-uploaded file. The file can be restored within the retention period.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Upload ID (UUID) or URL-encoded file path
File deleted successfully