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.

Request

Post

ConfigDeletedRequest

Field NameTypeDescription
AuthorizationTokenStringAuthorization Token from the customers integration.

Sample

{
	"AuthorizationToken": "0dfdbaf3e4d5434f825e774e31bcc148"
}

Response

ConfigDeletedResponse

Field NameTypeDescription
ErrorStringError message if there was a problem with the request.

Sample

{
	"Error": "User config does not exist"
}