SymetryML Documentation
Data sources

Detach data source from project

Detach a data source from a project. Detaching a data source that is not currently attached is not an error — the request still succeeds.

GET
/{user}/projects/{project}/detachds/{dsName}

Detach a data source from a project. Detaching a data source that is not currently attached is not an error — the request still succeeds.

Authorization

SymetryMLAuth
AuthorizationBearer <token>

HMAC-SHA256 signature-based authentication: requests are signed with your secret key and sent with the Customer-ID, Sym-date, Authorization, Content-MD5 and sym-version headers. See SymetryML REST API Security for the signature algorithm and a complete example.

In: header

Path Parameters

user*string

User/Customer identifier

project*string

Project identifier

dsName*string

Data source name

Response Body

application/json

application/json

curl -X GET "https://example.com/c1/projects/nbra_prj_iris/detachds/nbra_ds_sftp_iris"
{  "statusCode": 200,  "statusString": "OK",  "values": {}}

{  "statusCode": 400,  "statusString": "Customer [c1]: no RTLM [ProjectDetachDSTest-unknown]",  "values": {}}