v1

latestOpenAPI 3.0.12026-07-24310590875.6 KB
custom-fields

Delete a custom field value

Delete an existing custom field value.

A deleted value cannot be restored. The deleted value is not available in the list of custom field values. In addition, the deleted value cannot be assigned to current or future transactions. The deleted value will continue to be assigned to past transactions.

delete/v3/spend/custom-fields/{customFieldId}/values

Path parameters

customFieldIdstring required

BILL-generated ID or UUID of the custom field

Example:{{se_custom_field_uuid}}

Headers

apiTokenstring nullable

Access token for Spend & Expense API authentication

Example:{{api_token}}

Request body

customFieldValueIdsstring[] required

List of custom field value IDs or UUIDs

Example request

{
  "customFieldValueIds": [
    "{{se_custom_field_value_uuid01}}"
  ]
}

Response

Delete a custom field value response