POST Setup/ConfigDelete
Request Information
URI Parameters
None.
Body Parameters
ConfigDeleteRequestName | Description | Type | Additional information |
---|---|---|---|
AuthorizationToken | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "AuthorizationToken": "sample string 1" }
application/xml, text/xml
Sample:
<ConfigDeleteRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Transglobal.Entities.Objects.Linnworks.RequestAndResponse.UserSetup"> <AuthorizationToken xmlns="http://schemas.datacontract.org/2004/07/Transglobal.Entities.Objects.Linnworks.RequestAndResponse.Base">sample string 1</AuthorizationToken> </ConfigDeleteRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ConfigDeleteResponseName | Description | Type | Additional information |
---|---|---|---|
ErrorMessage | string |
None. |
|
IsError | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "ErrorMessage": "sample string 1", "IsError": true }
application/xml, text/xml
Sample:
<ConfigDeleteResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Transglobal.Entities.Objects.Linnworks.RequestAndResponse.UserSetup"> <ErrorMessage xmlns="http://schemas.datacontract.org/2004/07/Transglobal.Entities.Objects.Linnworks.RequestAndResponse.Base">sample string 1</ErrorMessage> <IsError xmlns="http://schemas.datacontract.org/2004/07/Transglobal.Entities.Objects.Linnworks.RequestAndResponse.Base">true</IsError> </ConfigDeleteResponse>