Delete Search Config
Delete the existing search configuration
get
https://api.cartup.ai/v1/conf/search/delete
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"
}
Key | Type | Description | Required |
---|---|---|---|
orgId | String | Your Org ID | Yes |
{
"orgId": "850a8b8f-a6fe-49e4-88fc-874843279d66",
"divisionId": "test123",
"orgName": "WorldMarts"
}
Last modified 1yr ago