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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK