delete https://app.ecwid.com/api/v3//profile/shippingOptions/
Delete a specific shipping option.
Headers
Name | Type | Description |
---|---|---|
Authorization | string | oAuth token with mandatory Bearer before it. Example: Bearer e***s0 , where e***s0 should be replaced with your oAuth token. |
Response
A JSON object of type 'DeleteStatus' with the following fields:
DeleteStatus
Field | Type | Description |
---|---|---|
deleteCount | number | The number of deleted types (1 or 0 depending on whether the request was successful). It returns 0 when the type with the given ID is not found |
Errors
In case of an error, Ecwid responds with an error HTTP status code
HTTP codes
HTTP Status | Response JSON | Description |
---|---|---|
400 | Request parameters are malformed | |
404 | Shipping option id not found | |
500 | The update request failed because of an error on the server |
Error response body (optional)
Field | Type | Description |
---|---|---|
errorMessage | string | Error message |