delete_rich_menu
Remove rich menus from LINE Official Accounts to manage interface elements and maintain clean messaging experiences.
Instructions
Delete a rich menu from your LINE Official Account.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
richMenuId | Yes | The ID of the rich menu to delete. |
Input Schema (JSON Schema)
{
"properties": {
"richMenuId": {
"description": "The ID of the rich menu to delete.",
"type": "string"
}
},
"required": [
"richMenuId"
],
"type": "object"
}