Sign in

Delete contacts from group

documented

Remove contacts from a contact group.

POST /api/1.1/json/contact_group/{group_id}/delete_contacts/Contactsno 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://{{$account_domain}}/api/1.1/json/contact_group/{{$group_id}}/delete_contacts/" \
  -X POST \
  -u "{{HAPPYFOX_API_KEY}}:{{HAPPYFOX_SECRET}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"contacts": [{{$contacts}}]}'
Delete contacts from group · happyfox · OpenIntegrations