Appearance
Home > @plaidev/karte-action-sdk > removeAnswer
removeAnswer() function
回答済の回答を削除
Signature:
typescript
declare function removeAnswer(questionId: string): void;
Parameters
| Parameter | Type | Description |
|---|---|---|
| questionId | string | 質問ID |
Returns:
void