Delete Integration
You can remove a customer association by deleting the integration details or de-registering the customer. You need to provide the integration ID to identify the integration that needs to be deleted.
Input ParametersInput Parameters
Parameter |
Optional/ Mandatory |
Data Type |
Description |
---|---|---|---|
id={value} |
Mandatory |
Integer |
Provide the unique integration ID associated with the AWS S3 bucket. |
API Request
"curl -X DELETE""'<qualys_gateway_url>/partner-integration/aws/s3/{id}/vm
-H \"Authorization: Bearer <token>\""
Output
{
"messsage":"AWS S3 VM integration successfully deleted."
}