Delete contacts
documentedRemove contacts or detach them from lists.
DELETE /v1/public/contact/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.octopush.com/v1/public/contact/delete" \
-X DELETE \
-H "Content-Type: application/json" \
-H "api-login: {{OCTOPUSH_API_LOGIN}}" \
-H "api-key: {{OCTOPUSH_API_KEY}}" \
-H "cache-control: no-cache" \
-d '{"phone_numbers": {{$phone_numbers}}, "list_name": "{{$list_name}}"}'