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 |
|---|---|---|---|
| productId | Mandatory | Integer |
Provide the unique integration ID associated with the AWS S3 bucket. |
API Request
"curl -X DELETE""qualyspublichost/partner-integration/{productId}/integration?integrationType=AWS_S3"
-H \"Authorization: Bearer <token>\""
Output
{
"messsage":"Integration config successfully deleted."
}