Skip to content
  • Auto
  • Light
  • Dark
Talk to an expert

Remove Key

Delete a custom field key
v1.custom_fields.remove_key(**kwargs) -> void
post/v1/customFields/removeKey

Remove a key from the allow list for a given entity.

Parameters
entityunion
:alert | :billable_metric | :charge | 15 more
Hide ParametersShow Parameters
:alert
:billable_metric
:charge
:commit
:contract_credit
:contract_product
:contract
:credit_grant
:customer_plan
:customer
:discount
:invoice
:plan
:professional_service
:product
:rate_card
:scheduled_charge
:subscription
keyString
require "metronome_sdk"

metronome = MetronomeSDK::Client.new(bearer_token: "My Bearer Token")

result = metronome.v1.custom_fields.remove_key(entity: :customer, key: "x_account_id")

puts(result)