DeleteBoxFileMetadataInstance 2025.5.31.15¶
Bundle¶
org.apache.nifi | nifi-box-nar
Description¶
Deletes a metadata instance from a Box file using the specified template key
Input Requirement¶
REQUIRED
Supports Sensitive Dynamic Properties¶
false
Properties¶
Property |
Description |
---|---|
File ID |
The ID of the file from which to delete metadata. |
Template Key |
The key of the metadata template instance to delete. |
box-client-service |
Controller Service used to obtain a Box API connection. |
Relationships¶
Name |
Description |
---|---|
failure |
A FlowFile is routed to this relationship if an error occurs during metadata deletion. |
file not found |
FlowFiles for which the specified Box file was not found will be routed to this relationship. |
success |
A FlowFile is routed to this relationship after metadata has been successfully deleted. |
template not found |
FlowFiles for which the specified metadata template was not found will be routed to this relationship. |
Writes attributes¶
Name |
Description |
---|---|
box.id |
The ID of the file from which metadata was deleted |
box.template.key |
The template key used for metadata deletion |
error.code |
The error code returned by Box |
error.message |
The error message returned by Box |