Delete an ACR Connector

Lets you delete an unused or misconfigured ACR connector. The connector must not be associated with any registry.

DELETE/csapi/v1.3/registry/acr/connector

Input ParametersInput Parameters

Parameter Mandatory/Optional Data Type Description
connectorId Yes string Specify the connector UUID.

Sample - Delete an ACR ConnectorSample - Delete an ACR Connector

API Request

    curl -X DELETE
"<qualys_base_url>/csapi/v1.3/registry/acr/connector"
-H "accept: application/json"
-H "Authorization: Bearer <token>"
-H "Content-Type: application/json"
    

Request Body

  {
    "connectorId": "f3c6d648-81d8-11ed-a1eb-0242ac120003"
}

Response

    Response code 200