Parameters
1 path
Path parameters
· 1idstringRequired16-char external id of the link.
Length: 16–16
Example
example_idRemoves a personal custom link identified by its external id. Silently succeeds if the id no longer resolves (idempotent). Returns the full updated list so the client can replace its cache directly.
1 path
idstringRequired16-char external id of the link.
example_id1 status code documented
This response returns no JSON body.
{
"success": true
}DELETE /bff/cms/menu/custom-links/{id}
curl -X DELETE "https://api.bizkithub.com/bff/cms/menu/custom-links/example_id" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"All BizKitHub public API endpoints require authentication via API key.