API Docs
Search
⌃K

Delete Search Config

Delete the existing search configuration

End Point

get
https://api.cartup.ai/v1/conf/search/delete

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"
}