Delete Shipping Company
DELETE {{baseUrl}}/shipping/companies/:company_id
This endpoint allows you to delete a custom shipping company associated with the store, by passing the company_id
as a path parameter.
shipping.read_write
- Shipping Read & Write
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"status":"\u003cnumber\u003e","success":"\u003cboolean\u003e","data":{"message":"\u003cstring\u003e","code":"\u003cnumber\u003e"}}