You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current
DeleteReviewParams
Parameters for the deleteReview API endpoint
export interface DeleteReviewParams {
id: string;
version: number;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
id | Required | string | id of the review |
version | Required | number | version of the review |