Endpoint - Config Deleted
This call is made when the channel config is deleted from Linnworks. Note that this is a notification of deletion, if there is an error the config will still be deleted from Linnworks.
Note: This call is made when the channel integration is deleted rather when the application is delete as a user can integrate a channel integration multiple times.
Request
Post
ConfigDeletedRequest
ConfigDeletedRequest
Field Name | Type | Description |
---|---|---|
AuthorizationToken | String | Authorization Token from the customers integration. |
Sample
{
"AuthorizationToken": "0dfdbaf3e4d5434f825e774e31bcc148"
}
Response
ConfigDeletedResponse
ConfigDeletedResponse
Field Name | Type | Description |
---|---|---|
Error | String | Error message if there was a problem with the request. |
Sample
{
"Error": "User config does not exist"
}
Updated about 1 month ago