Name | Type | Description | |
---|---|---|---|
api_key | string | Your API-key | |
marketplace_user_id | number | marketplace_user_id | |
user_id | number(optional) | User Id | |
catalogue_id | number(optional) | catalogue id | |
user_type | number(optional) | 2 : for admin, 3 : for merchant | |
marketplace_refrence_id | string | Market Place Refrence Id |
{
"api_key" : {{apikey}},
"marketplace_user_id" : 510001,
"user_id" : 510001,
"catalogue_id" : 1,
"user_type" : 1,
"marketplace_reference_id": "10995407"
}
curl --location --request POST 'https://api.yelo.red/open/catalogue/delete' \
--header 'Content-Type: application/json' \
--data-raw '{
"api_key" : {{apikey}},
"marketplace_user_id" : 510001,
"user_id" : 510001,
"catalogue_id" : 1,
"user_type" : 1,
"marketplace_reference_id": "10995407"
}'
{}