Delete a specific connection map id.
DELETE {{baseUrl}}/api/datasources/mappings/:id
Delete a specific connection map 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 connection map id in the path of the request; you obtain the database connection map ID using GET /datasources/mappings.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
X-MSTR-AuthToken
|
string | (Required) Authorization token |
RESPONSES
status
ENDPOINTS