cURL
curl --request DELETE \ --url https://api.cloudglue.dev/v1/deepSearch/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "object": "deep_search", "deleted": true }
Delete a deep search by ID. This operation is idempotent - deleting a non-existent deep search returns success.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the deep search to delete
Deep search deleted successfully
ID of the deleted deep search
Object type identifier
deep_search
Indicates successful deletion
true