DeleteBoxFileMetadataInstance 2025.10.9.21

Bundle

org.apache.nifi | nifi-box-nar

Description

Deletes a metadata instance from a Box file using the specified template key

Tags

box, delete, metadata, storage, templates

Input Requirement

REQUIRED

Supports Sensitive Dynamic Properties

false

Properties

PropertyDescription
Box Client ServiceController Service used to obtain a Box API connection.
File IDThe ID of the file from which to delete metadata.
Template KeyThe key of the metadata template instance to delete.

Relationships

NameDescription
failureA FlowFile is routed to this relationship if an error occurs during metadata deletion.
file not foundFlowFiles for which the specified Box file was not found will be routed to this relationship.
successA FlowFile is routed to this relationship after metadata has been successfully deleted.
template not foundFlowFiles for which the specified metadata template was not found will be routed to this relationship.

Writes attributes

NameDescription
box.idThe ID of the file from which metadata was deleted
box.template.keyThe template key used for metadata deletion
error.codeThe error code returned by Box
error.messageThe error message returned by Box

See also