Skip to main content
DELETE
/
v1
/
radars
/
{radar_id}
Deactivate a radar
curl --request DELETE \
  --url https://api.tamradar.com/v1/radars/{radar_id} \
  --header 'x-api-key: <api-key>'
{
  "status": "success",
  "code": 200,
  "timestamp": "2024-03-20T10:15:30.000Z",
  "message": "Radar deactivation initiated - service will continue until the end of the current billing cycle",
  "data": {
    "radar_id": "123e4567-e89b-12d3-a456-426614174000",
    "radar_type": "company_new_hires",
    "domain": "example.com",
    "created_at": "2024-03-20T10:00:00.000Z",
    "deactivated_at": "2024-03-20T10:15:00.000Z",
    "next_charge_at": "2024-04-20T10:00:00.000Z",
    "webhook_url": "https://your-webhook.com/endpoint",
    "radar_status": "inactive",
    "custom_fields": {
      "department": "engineering",
      "notes": "Track engineering hires"
    }
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.tamradar.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Path Parameters

radar_id
string<uuid>
required

The unique identifier of the radar to delete

Response

Radar successfully deactivated

status
enum<string>
Available options:
success
code
enum<integer>
Available options:
200
message
string
data
object
timestamp
string<date-time>