Delete custom fields

POST {{baseUrl}}/customFields/deleteValues

Deletes one or more custom fields on an instance of a Metronome entity.

Request Body

{"entity"=>"invoice", "entity_id"=>"<uuid>", "keys"=>["<string>", "<string>"]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK