reject_list_suggestion
Reject one pending add/remove suggestion for a list. The decision is retained so noticed does not propose it again.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_id | No | The list id. Pass this OR list_name. | |
| list_name | No | The list name, matched case-insensitively. Pass this OR list_id. | |
| person_id | Yes | The person id on the pending suggestion. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether noticed completed the operation. | |
| data | No | The operation result when ok is true. | |
| error | No | A human-readable error when ok is false. |