Delete location
documentedDelete an existing Location resource. Note: This API is currently disabled and will abort with HTTP 501.
DELETE /locations/{id}Locationsno implementation yet0 runsNo 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"