delete https://api.exponea.com/imports/v1//
Definition
The API enables vendors, plugins, and enterprise clients to manage Imports externally by API. It adds the option to automate data flow by service instead of a manual user process. Utilizing the API can significantly shorten the time to import, which is useful for external plugins.
You may make use of Management API for Imports by:
- Copying import definitions from one project to another.
- Deploying the same import to multiple projects by a script.
Management API for Imports exposes API methods to list, read, create, and delete import definitions. Delete operation deletes existing import definition.
Authorization
In this API call you must use the following authorization access and permissions:
Available access type | Permissions needed |
---|---|
Private access | Imports > Allow to Delete existing imports |
Admin must first create Private access keys and grant permissions. Then the service can call the API and perform the operation.
Read more about:
Request
Path parameters
Parameter | Type | Description | Required |
---|---|---|---|
import_id | string | The ID of your import. | Required |
projectToken | string | The ID of your project. | Required |
Limitations
- Update API method is not implemented.
- You cannot create an import for Vouchers.
- You cannot create import of other types (e.g. from Input/Uploaded file, from Database by query, from the application).
- Managing import definitions created by Users is done in the app (not via API).
API rate limits:
- The joint number of requests for operations 'List', 'Read', and 'Delete' cannot exceed 100 requests per minute.