Delete an AWS Connector
Lets you delete an unused or misconfigured AWS ECR connector. The connector must not be associated with any registry.
Input ParametersInput Parameters
Parameter | Mandatory/Optional | Data Type | Description |
---|---|---|---|
arn | Yes | string | Specify the ARN of the AWS connector. |
Sample - Delete an AWS ConnectorSample - Delete an AWS Connector
API Request
curl -X DELETE
"<qualys_base_url>/csapi/v1.3/registry/aws/connector"
-H "accept: application/json"
-H "Authorization: Bearer <token>"
-H "Content-Type: application/json"
Request Body
{
"arn": "arn:aws:iam::362990800442:role/test_UID1",
}
Response
Response code 200