DELETE /a/config/datasource/{Name}
Delete a datasource
Path Parameters
Name (string, required) Name of the data source (max length 34)
Disabled (boolean) Whether this data source is disabled or running
StorageType (string) Type of underlying storage (LOCAL, S3, AZURE, GCS)
ObjectsServiceName (string) Corresponding objects service name (underlying s3 service)
ObjectsHost (string) Corresponding objects service host
ObjectsPort (integer) Corresponding objects service port
ObjectsSecure (boolean) Corresponding objects service connection type
ObjectsBucket (string) Corresponding objects service bucket
ObjectsBaseFolder (string) Corresponding objects service base folder inside the bucket
ApiKey (string) Corresponding objects service api key
ApiSecret (string) Corresponding objects service api secret
PeerAddress (string) Peer address of the data source
Watch (boolean) Not implemented, whether to watch for underlying changes on the FS
FlatStorage (boolean) Store data in flat format (object-storage like)
SkipSyncOnRestart (boolean) Do not trigger resync at start
EncryptionMode (string) Type of encryption applied before sending data to storage
EncryptionKey (string) Encryption key used for encrypting data
VersioningPolicyName (string) Versioning policy describes how files are kept in the versioning queue
CreationDate (integer) Data Source creation date
LastSynchronizationDate (integer) Data Source last synchronization date
Response Example (200)
Response Type /definitions/restDeleteDataSourceResponse
{
"Success": true
}