Delete a contact
documentedRemove a contact.
DELETE /api/v3/user/{user_id}Users / Contactsno 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.chargeover.com/api/v3/user/{{$user_id}}" \
-X DELETE \
-u "{{$CHARGEOVER_API_KEY}}:{{$CHARGEOVER_API_SECRET}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
# Endpoint: /api/v3/user/:user_id ; Authentication uses HTTP Basic Auth with API Key/Secret. ([developer.chargeover.com](https://developer.chargeover.com/docs/api/delete-a-contact))