Custom fields

Delete a application custom field

Delete a definition and every value held against it. Only definitions targeting applications are reachable here — any other identifier returns a 404.

Required scope tenant:edit

delete/applications/custom-fields/{id}

Authorizations

Authorizationstringrequired

Authorization header carrying a workspace API key, as “Bearer kbn_live_…”. The X-Api-Key header is accepted equivalently.

Path parameters

idstring<uuid>required

Identifier of the definition.

Response204

The definition was deleted.