Deleting an Automatic Import
Permanently delete an automatic import. Tables created previously through the auto import will not be deleted.
GET/Remote/DeleteAutoImport
REQUEST PARAMETERS
Parameter | Type | Description | Required |
---|---|---|---|
mluser | string | Username - always in email form. | |
mltoken -or- mlpass | string | MapLarge generated auth token -or- the password for the mluser account. | |
id | long | Autoimport id |
EXAMPLE REQUEST
https://my.maplarge.com/Remote/DeleteAutoImport?mluser=useer@domain.com&mltoken=token&id=7
*Either a token or password can be used in any request where authentication is required.
RETURNS
{ "id": "8127151d7bb643b9a071172e11cd6b41", "hash": null, "success": true, "isCached": false, "authorized": true, "errors": [], "timestamp": 1420568625, "data": null }