Endpoint - ConfigDeleteEndpoint
Method is called when the user deletes the integration in linnworks.net.
Request
Post
DeleteConfigRequest
DeleteConfigRequest
Field Name | Type | Description |
---|---|---|
AuthorizationToken | Guid | Authorization token uniquely identifying each integration profile |
Sample
{
"AuthorizationToken": "a8e53e86eead4b69beaa0afcc29b67fb"
}
Response
DeleteConfigResponse
DeleteConfigResponse
Field Name | Type | Description |
---|---|---|
IsError | Boolean | Indicates if there is an error |
ErrorMessage | String / null | Error message |
Sample
{
"IsError": false,
"ErrorMessage": null
}
Updated over 1 year ago