Delete Workspace Menu Override (v1)
Remove workspace menu override.
Method & Path
DELETE /v1/admin/workspace-menus/:workspaceId/menus
Description
Removes the menu override for a workspace, allowing it to use the default menu configuration.
Authentication
Required: Admin authentication with businesses.manage permission.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
workspaceId | string | Yes | The workspace ID |
Response 204 No Content
No response body.
Common Errors
- 401 Unauthorized: Missing or invalid admin authentication token
- 403 Forbidden: Insufficient permissions
- 404 Not Found: Workspace menu override not found
- 500 Internal Server Error: Server error