Deletes a saved search, with options to reassign or unassign linked accounts
| Header | Required | Description |
|---|---|---|
Authorization | Yes | Bearer ctgo_your_api_key_here |
Content-Type | Yes | application/json |
| Parameter | Type | Description |
|---|---|---|
id | integer | The saved search ID to delete |
| Field | Type | Required | Description |
|---|---|---|---|
reassignTo | object | No | { "type": "savedSearch", "id": <number> } - reassign linked accounts to this search |
unassignAccounts | boolean | No | Set to true to unassign all linked accounts (removes their search assignment) |
reassignTo or unassignAccounts is required if the search has linked accounts.