Delete contact
documentedDelete a contact from the user’s personal or team contacts.
POST /api/v1/contacts.deleteContactsno 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.contactsplus.com/api/v1/contacts.delete" \
-X POST \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"contactId": "{{$contact_id}}", "etag": "{{$etag}}", "teamId": "{{$team_id}}"}'