Cancel File Import

Cancel File Import


Behaviour

This API is used to cancel a pending file import. If the file has already been imported, use the delete file import API instead. For more details, refer to the documentation.

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

Example Cancel Request

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

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
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
string
required
Body Params
Responses

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json