Delete a feedback.
func (
r *FeedbackService) Delete(ctx context.Context,
feedbackID string,
opts ...option.RequestOption) (res *FeedbackDeleteResponse,
err error
)| Name | Type | Description |
|---|---|---|
ctx* | context.Context | |
feedbackID* | string | |
opts* | ...option.RequestOption |