Skip to main content
Version: v3

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 optionsv3
customMenuId stringrequired

ID of the custom menu to delete

application/json

Custom menu successfully deleted

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