DataSourceDelete dsd
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 9.0
- Documentation
Deletes a server data source.
Syntax
{DataSourceDelete | dsd} service_name data_source_name
where:
service_name is the name of the data access service from which to delete a server data source. Service names can be obtained using the ServiceList | sl command.
data_source_name is the name of the server data source you want to delete.
Example
The following example deletes the DS_Employees server data source from the OpenAccessSDK900_C data access service:
dsd OpenAccessSDK900_C DS_Employees