Delete User Search
Deletes the user search with the provided ID
Request
URI
DELETE
https://{api_host}/vco/api/user-search/{id}
COPY
Path Parameters
string
id
Required
id
Responses
200
The request is successful
Operation doesn't return any data structure
204
No Content
Operation doesn't return any data structure
401
The user is not authorized
Operation doesn't return any data structure
Code Samples
COPY
curl -X DELETE -H 'Authorization: <value>' https://{api_host}/vco/api/user-search/{id}
On This Page
User Search Service Operations
PUT
Update User Search
DELETE
Delete User Search
GET
Get User Searches
POST
Create User Search