Delete File Import


Behaviour

This API is used to delete a file import. It removes all data imported into the FDP associated with the specified file import ID.

Requests are made using JSON PATCH format. For more details, refer to RFC 6902.

Example Delete Request

[
    {
        "op": "replace",
        "path": "/status",
        "value": "Deleted"
    }
]

Authentication

Authentication is required for this API using an API Key. This API key will be provided by the Cortex support team.

HeaderWhat’s it forExample Value
X-API-KEYDefines the key or password the caller is authenticating with.super-secure-key-123
Language
Credentials
Bearer
URL
Click Try It! to start a request and see the response here!