Soft delete a feedback config by marking it as deleted.
func (
r *FeedbackConfigService) Delete(ctx context.Context,
body FeedbackConfigDeleteParams,
opts ...option.RequestOption) (err error
)Soft delete a feedback config by marking it as deleted.
The config can be recreated later with the same key (simple reuse pattern). Existing feedback records with this key will remain unchanged.
| Name | Type | Description |
|---|---|---|
ctx* | context.Context | |
body* | FeedbackConfigDeleteParams | |
opts* | ...option.RequestOption |