Delete an import
/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.
Autonomous mode: the API credential secret, sent as a bearer token. Credential secrets are identified by a fixed prefix.
In: header
Path Parameters
Response Body
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/imports/string"Update an import PATCH
Updates the duplicate policy of an import or restores it from the trash by setting `deleted` to `false`. To delete an import, use the delete operation. The duplicate policy can only be changed before the import is processed. Send the `ETag` returned by the retrieve operation in the `If-Match` header to avoid overwriting a newer version.
Analyze an import POST
Starts an asynchronous analysis of the import spreadsheet and returns the operation that tracks it. The `Location` header points to that operation. Requires the `imports.analyze` permission. An import can be analyzed again before it is processed; the new analysis replaces the previous one.