Endpoint - ConfigDeleteEndpoint

Method is called when the user deletes the integration in linnworks.net.

Request

Post

DeleteConfigRequest

Field NameTypeDescription
AuthorizationTokenGuidAuthorization token uniquely identifying each integration profile

Sample

{
  "AuthorizationToken": "a8e53e86eead4b69beaa0afcc29b67fb"
}

Response

DeleteConfigResponse

Field NameTypeDescription
IsErrorBooleanIndicates if there is an error
ErrorMessageString / nullError message

Sample

{
  "IsError": false,
  "ErrorMessage": null
}