delete https://rls.congacloud.com/api/search/v1/setting/
Deletes the search setting for a given object name.
Log in to see full request history
Responses
404Not Found
500Internal Server Error
Deletes the search setting for a given object name.
404Not Found
500Internal Server Error
xxxxxxxxxx
curl --request DELETE \
--url https://rls.congacloud.com/api/search/v1/setting/objectName \
--header 'accept: application/json'
xxxxxxxxxx
{
"Success": true,
"Data": true,
"StatusCode": "OK"
}