BizKitHub
DocsAPI ReferenceCms/bff/cms/menu/custom-links/{id}
deleteCmsAdmin BFF

/bff/cms/menu/custom-links/{id}

Removes 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.

CMSdeleteBffCmsMenuCustom-linksById

Parameters

1 path

Path parameters

· 1
idstringRequired

16-char external id of the link.

Length: 1616
Exampleexample_id

Response schema

1 status code documented

200Success

This response returns no JSON body.

Response example

application/json
{
  "success": true
}

Request example

DELETE /bff/cms/menu/custom-links/{id}

delete
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"

Need an API key?

All BizKitHub public API endpoints require authentication via API key.

Get API Key