Skip to content
On this page

Home > @plaidev/karte-action-sdk > removeAnswer

removeAnswer() function

回答済の回答を削除

Signature:

typescript
declare function removeAnswer(questionId: string): void;

Parameters

ParameterTypeDescription
questionIdstring質問ID

Returns:

void