Sign in

Delete device

documented

Delete an existing Device resource.

DELETE /devices/{id}Devicesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.usecopper.com/v1/devices/{{$device_id}}" \
  -X DELETE \
  -H "Authorization: ApiKey {{COPPER_API_KEY}}" \
  -H "X-Timestamp: {{$timestamp}}" \
  -H "X-Signature: {{COPPER_SIGNATURE}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json"
Delete device · Copper · OpenIntegrations