Delete an import

DELETE/imports/{import_id}

Moves the import to the trash. Only imports that have not been processed can be deleted.

Deleting an import does not undo its effects: rows already queued for processing continue, and enrollments already granted remain in place.

AuthorizationBearer <token>

Autonomous mode: the API credential secret, sent as a bearer token. Credential secrets are identified by a fixed prefix.

In: header

Path Parameters

import_id*string

Response Body

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/imports/string"
Empty