Delete a server custom field
Custom fields
Delete a server custom field
Delete a definition and every value held against it. Only definitions targeting servers are reachable here — any other identifier returns a 404.
Required scope tenant:edit
delete
/servers/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.