Delete a router custom field
Custom fields
Delete a router custom field
Delete a definition and every value held against it. Only definitions targeting routers are reachable here — any other identifier returns a 404.
Required scope tenant:edit
delete
/routers/custom-fields/{id}Authorizations
AuthorizationstringrequiredAuthorization header carrying a workspace API key, as “Bearer kbn_live_…”. The X-Api-Key header is accepted equivalently.
Path parameters
idstring<uuid>requiredIdentifier of the definition.
Response204
The definition was deleted.