Delete Search Config
Delete the existing search configuration
End Point
GET
https://api.cartup.ai/v1/conf/search/delete
Query Parameters
Name
Type
Description
request*
String
Request Object (Refer below)
Headers
Name
Type
Description
Accept*
String
application/json
Content_type*
String
application/json
X-Cartup-Access-Token*
String
$CARTUP_API_KEY
X-Cartup-orgId *
String
$CARTUP_ORD_ID
Curl example
curl --location --request GET 'http://api.cartup.ai/v1/conf/search/delete?request={"orgId": "test-fa673540-57ba-4e02-8c16-28ee0513ae38"}'
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header 'X-Cartup-Access-Token: $CARTUP_API_KEY'
--header 'X-Cartup-orgId : $CARTUP_ORD_ID'
-d '{
"orgId": "850a8b8f-a6fe-49e4-88fc-874843279d66"
}
Request Object
Key
Type
Description
Required
orgId
String
Your Org ID
Yes
Example
{
"orgId": "850a8b8f-a6fe-49e4-88fc-874843279d66",
"divisionId": "test123",
"orgName": "WorldMarts"
}
Last updated
Was this helpful?