Skip to main content
DELETE
/
deepSearch
/
{id}
Delete a deep search
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
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

The ID of the deep search to delete

Response

Deep search deleted successfully

id
string<uuid>

ID of the deleted deep search

object
enum<string>

Object type identifier

Available options:
deep_search
deleted
enum<boolean>

Indicates successful deletion

Available options:
true