v1

latestOpenAPI 3.0.12026-07-243124341009.5 KB
Extra Value (Custom Field)

Remove Extra Value by Entity Type and ID

Removes an extra value (custom field) from the specified entity.

delete/v3/{entityType}/{entityId}/extras/{extraValueId}

Path parameters

entityTypestring required

The Back Office entity type.

entityIdinteger required

The unique identifier for the Back Office entity.

The identifier for the endtity.

extraValueIdinteger required

The unique identifier for the Back Office entity.

The identifier for the extra value (custom field).

Headers

FrontOfficeTenantIdinteger required

An integer identifier for the tenant that the request is being made for.

RequestOriginstring required

The string source name (such as application or function name) that indicates the origin of the request.

RequestIdstring uuid required

The unique request identifier used to correlate request data with log entries and events, formatted as a UUID.

The unique request identifier used to correlate request data with log entries and events, formatted as a UUID.

ExternalIdSource'BOLD' required
Example:BOLD

The external ID source that determines which external reference source is used to perform an external ID lookup.

RequestUserExternalIdstring
Example:ABC123

The identifier of the Avionté BOLD user on whose behalf the request is performed. Used to establish the user context for auditing, permission checks, and user-attributed actions. This value must correspond to a valid, active Avionté Back Office user. If the identifier cannot be resolved, the request is rejected.

Response

Record deleted successfully.