CSV Enrichment Source - Trash

Deleting CSV Enrichment Source from the Fabric Storage

Private Uploads

You can delete CSV Enrichment Source package from private storage in the Fabric Storage using the Upload - TrashPrivate API.

Endpoint URL:

https://api-server-host-name/configapi/Uploads/{pool_UUID}/{file_name}

Method:

DELETE

Parameters:

FIELD

TYPE

DESCRIPTION

REQUIRED

id

String

CSV Enrichment Source application ID. Obtain the ID of CSV Enrichment Source using the Plugins - List API.

Mandatory

Success Response:

{
    "status": "Success",
    "message": "monitorapi/{pool_UUID}/{logpoint_identifier}/orders/{request_id}"
}

Public Uploads

You can delete CSV Enrichment Source package from public storage in the Fabric Storage using the Upload - TrashPrivate API.

Endpoint URL:

https://api-server-host-name/configapi/Uploads/{file_name}

Method:

DELETE

Parameters:

FIELD

TYPE

DESCRIPTION

REQUIRED

id

String

CSV Enrichment Source application ID. Obtain the ID of CSV Enrichment Source using the Plugins - List API.

Mandatory

Success Response:

{
    "status": "Success",
    "message": "monitorapi/{pool_UUID}/{logpoint_identifier}/orders/{request_id}"
}

Helpful?

We are glad this guide helped.


Please don't include any personal information in your comment

Contact Support