Sign in

Delete location

documented

Delete an existing Location resource. Note: This API is currently disabled and will abort with HTTP 501.

DELETE /locations/{id}Locationsno 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/next/locations/{{$location_id}}" \
  -X DELETE \
  -u {{COPPER_API_KEY}}: \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
Delete location · Copper · OpenIntegrations