Delete Integration
Removes a customer association by deleting the integration details or deregistering the customer. To identify the integration that needs to be deleted, you need to provide the integration ID.
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_base_url>/partner-integration/aws/s3/{id}/pc
-H \"Authorization: Bearer <token>\""
Output
{
"messsage":"AWS S3 PC integration successfully deleted."
}