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
Request Object
Key | Type | Description | Required |
---|---|---|---|
orgId | String | Your Org ID | Yes |
Example
Last updated