Code Assist MCP for Microsoft Access

Build 25.0.9540

DeleteFile

Delete a file from a local or cloud storage.

Stored Procedure-Specific Information

The Path input accepts paths relative to the URI provided in the connection string.

If you set URI to gs://test-bucket/folder2 and Path='file1.txt', the /folder2/file1.txt file is deleted.

To execute this procedure, enter:

    EXEC DeleteFile Path='/hello-cdata.txt'

Input

Name Type Description
Path String The full path of the file to delete. Relative to the path provided in the URI connection property.

Result Set Columns

Name Type Description
Success Bool Boolean indicating if the procedure was executed successfully. If false, the output parameter 'Details' will contain the failure details.
Details String Details of execution failure. NULL if success=true.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 25.0.9540