DeleteGCSObject 2025.10.9.21

Bundle

org.apache.nifi | nifi-gcp-nar

Description

Deletes objects from a Google Cloud Bucket. If attempting to delete a file that does not exist, FlowFile is routed to success.

Tags

delete, gcs, google, google cloud, storage

Input Requirement

REQUIRED

Supports Sensitive Dynamic Properties

false

Properties

PropertyDescription
GCP Credentials Provider ServiceThe Controller Service used to obtain Google Cloud Platform credentials.
gcp-project-idGoogle Cloud Project ID
gcp-retry-countHow many retry attempts should be made before routing to the failure relationship.
gcs-bucketBucket of the object.
gcs-generationThe generation of the object to be deleted. If null, will use latest version of the object.
gcs-keyName of the object.
proxy-configuration-serviceSpecifies the Proxy Configuration Controller Service to proxy network requests.
storage-api-urlOverrides the default storage URL. Configuring an alternative Storage API URL also overrides the HTTP Host header on requests as described in the Google documentation for Private Service Connections.

Relationships

NameDescription
failureFlowFiles are routed to this relationship if the Google Cloud Storage operation fails.
successFlowFiles are routed to this relationship after a successful Google Cloud Storage operation.

See also