Skip to main content
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.

Autorización

string
required
Bearer token generado desde el portal Leadway. Ver Autenticación.
string
default:"2021-07-28"
required
Versión de la API.

Path parameters

string
default:"62e589c1-c456-47e1-a9a7-cb8900014311"
required
ID of the custom menu to delete

Respuestas

boolean
default:"True"
Indicates whether the custom menu was successfully deleted
string
default:"Custom menu successfully deleted"
A message providing additional information about the deletion operation
string
default:"12345abcde"
The ID of the deleted custom menu
string
default:"2023-09-12T15:30:45.123Z"
Timestamp of when the deletion was performed

Ejemplo