Removes cross-tenant data source switching on a primary data source
{ deleteXtenderDataServers }
Removes a list of switchable data server sources per tenant on a primary target data server source.
Method
/API3/dataSources/deleteXtenderDataServers
- Enterprise Admin
Input Parameters
Name
serverId
Type
string
Description
The ID of the primary data source server
Output Response
Successful Result Code
200
Response Type
Description of Response Type
Generic API response object with success or failure flag and related messages.
Code Snippets
Use the Authentication API methods to generate an access 'key' or 'token' for use in code as shown below.
TypeScript
Curl
Java
C#
Python
PHP