Delete Custom Menu Link
DELETE/custom-menus/:customMenuId
Removes a specific custom menu from the system. This operation requires authentication and proper permissions. The custom menu is identified by its unique ID, and the operation is performed within the context of a specific company.
Request
Version stringrequired
API Version
Available options
v3customMenuId stringrequired
ID of the custom menu to delete
Custom menu successfully deleted
- application/json
- Schema
- Example (auto)
Schema
successboolean
Indicates whether the custom menu was successfully deleted
messagestring
A message providing additional information about the deletion operation
deletedMenuIdstring
The ID of the deleted custom menu
deletedAtstring<date-time>
Timestamp of when the deletion was performed
{
"success": true,
"message": "Custom menu successfully deleted",
"deletedMenuId": "12345abcde",
"deletedAt": "2023-09-12T15:30:45.123Z"
}