Light Mode
Delete Shipping Company
DELETE
/shipping/companies/{company_id}Last modified: 17 days ago
This endpoint allows you to delete a custom shipping company associated with the store, by passing the company_id
as a path parameter.
Request
Path Params
company_id
integer
required
Company ID
Request samples
Responses
Deleted Successfully(200)
Not Found(404)
Deleted Successfully
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
No schema defined
Example
{
"status": 200,
"success": true,
"data": {
"message": "تم حذف الشركة بنجاح",
"code": 422
}
}
Last modified: 17 days ago