Lets you delete an unused or misconfigured AWS ECR connector. The connector must not be associated with any registry.
Parameter | Mandatory/Optional | Data Type | Description |
---|---|---|---|
arn | Yes | string | Specify the ARN of the 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
Was this topic helpful?