Delete Integration
Removes a customer association by deleting the integration details or deregistering 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 |
|---|---|---|---|
| product-id | Mandatory | Integer |
Provide the unique integration ID associated with the AWS S3 bucket. |
API Request
"curl -X DELETE""<qualys_gateway_url>/partner-integration/product-id/integration?integrationType=AWS_S3"
-H \"Authorization: Bearer <token>\""
Output
{
"messsage":"Integration config successfully deleted."
}