An API endpoint to detach the member connector from the specified Azure tenant connector.
Input ParameterInput Parameter
Parameter |
Mandatory/Optional |
Data Type |
Description |
---|---|---|---|
memberConnectorId |
Mandatory |
Integer |
The ID (s) of the member connector you want to detach from the tenant. |
Sample: Detach a Member ConnectorSample: Detach a Member Connector
API request
curl --x "DELETE" --location 'https://<QualysGatewayURL>/connectors/v1.0/org/azure/xxxxxx --header 'Authorization: Bearer xxxxxxxxxxxxxxxxxxxxxxxxxxxx' \ --header 'Content-Type: application/json' \
Request Data
[xxxxxx]
Response
{ "currentPage": 0, "currentPageSize": 1, "totalPages": 1, "numberOfElements": 1, "content": [ { "id": 1204278, "uuid": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "customerId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "userUuid": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "username": "abcde_xxxx", "name": "Azure Org", "description": "", "defaultTagIds": null, "state": "FINISHED_SUCCESS", "cloudType": "AZURE", "isRemediationEnabled": true, "isDisabled": true, "isDeleted": false, "scanUuid": null, "activatedModules": [ "QWEB_VM", "CLOUDVIEW" ], "connectorAppInfos": [ { "name": "AI", "identifier": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "tagId": null, "tagMetadata": null }, { "name": "CI", "identifier": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "tagId": null, "tagMetadata": null }, { "name": "CSA", "identifier": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "tagId": null, "tagMetadata": null } ], "lastSynced": "2023-05-15T11:53:05.580+00:00", "isAttachedToOrgConnector": false, "organizationId": null, "organizationConnectorId": null, "parentId": null } ], "hasContent": true, "hasNext": false, "hasPrevious": false, "first": true, "last": true }