API Documentation Contents
unsync_user
Unsyncs your API's repository with DandyId's main repository for a the specified user.
Unsyncing the user's information will prevent any information that you push in from cross-pollinating with other web services.
Request URL: GET
http://www.dandyId.org/api/service_collection_widget/{api_key}/{user_identifier}/
GET Request parameters
Request URL: GET
http://www.dandyId.org/api/service_collection_widget/{api_key}/{user_identifier}/
GET Request parameters
| Parameter | Type | Description |
| api_key | string (required) | Your api key |
| user_identifier | string (required) | Can be either an MD5 hashed email address or dandyId user id |
POST parameters
For security purposes unsync_user requires that you pass the user's email address, password and your api_token via the POST method.
| Parameter | Type | Description |
| api_token | string (required) | Your api token. DO NOT SHARE THIS OR POST IN VIEWABLE SOURCE! |
Values Returned as XML
| Parameter | Type | Description |
| user_identifier | string | DandyId user id of the user that was successfully unsynced |
