The Documents plugin provides functionality for deleting files.
Before deleting files, ensure:
Access Permissions: Ensure that the user account used has the necessary access rights for updates or deletions.
Kafka Configuration:
fileId
: ID of the file to delete.customId
: Custom ID associated with the file.In the example below, we use a fileId
generated for a document using Uploading a New Document scenario.
To delete files, follow these steps:
To identify defined topics in your environment:
KafkaTopicsHealthCheckIndicator
line and then details → configuration → topic → file → delete. Here will find the in and out topics for deleting files.Example of a message following the custom integration data model:
The response will be sent to ..out
Kafka topic.
The reply body should contain the following values:
The Documents plugin provides functionality for deleting files.
Before deleting files, ensure:
Access Permissions: Ensure that the user account used has the necessary access rights for updates or deletions.
Kafka Configuration:
fileId
: ID of the file to delete.customId
: Custom ID associated with the file.In the example below, we use a fileId
generated for a document using Uploading a New Document scenario.
To delete files, follow these steps:
To identify defined topics in your environment:
KafkaTopicsHealthCheckIndicator
line and then details → configuration → topic → file → delete. Here will find the in and out topics for deleting files.Example of a message following the custom integration data model:
The response will be sent to ..out
Kafka topic.
The reply body should contain the following values: