Parameter | Type | Description |
---|
api_key | string | Your API-key |
customer_id | number | Customer's id |
fav_id | number | fav_id |
Request
Body Params application/json
{
"api_key" : {{apikey}},
"customer_id": 235,
"fav_id" : 23
}
Request Code Samples
curl --location --request POST 'https://api.yelo.red/open/admin/customer/address/delete' \
--header 'Content-Type: application/json' \
--data-raw '{
"api_key" : {{apikey}},
"customer_id": 235,
"fav_id" : 23
}'
Responses
application/json Modified at 2024-04-17 07:11:33