DeleteBoxFileMetadataInstance 2.4.0

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
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
See Also