Delete a specific database source
DELETE {{baseUrl}}/api/datasources/{{rd_datasourceId}}
Delete a specific database source based on id. You obtain the authorization token needed to execute the request using POST /auth/login; you pass the authorization token in the request header. You specify the database login ID in the path of the request; you obtain the database source ID using GET /datasources.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-MSTR-AuthToken | string | (Required) Authorization token |