Modo Claro
Delete Shipping Rule
DELETE
/shipping/rules/{rule_id}Last modified: 23 days ago
This endpoint allows you to delete an existing shipping rule, by passing the rule_id
as a path parameter.
Request
Parâmetros Path
rule_id
integer
requerido
Shipping Rule ID
Request samples
Respostas
Progress In-Action(200)
Error Validation(404)
Progress In-Action
HTTP Code: 200
Content Type : JSONapplication/json
Esquema de Dados
status
integer
opcional
Status of the Shipping Rule
Exemplo:
200
success
boolean
opcional
Status Code of the Shipping Rule
Padrão:
true
data
object
opcional
message
string
opcional
Message of the Deletion of Shipping Rule
Exemplo:
The ShippingRule has been removed successfully
code
integer
opcional
Code of the Deletion of the Shipping Rule
Exemplo:
202
Exemplo
{
"status": 200,
"success": true,
"data": {
"message": "The Shipping Rule has been removed successfully",
"code": 202
}
}
Last modified: 23 days ago