Sign in

Delete contacts

documented

Delete a list of contacts.

DELETE /api/v1/contactsContactsno 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://app.nimble.com/api/v1/contacts" \
  -X DELETE \
  -H "Authorization: Bearer {{NIMBLE_API_KEY}}" \
  -H "Accept: application/json" \
  -G \
  -d "keyword={{$keyword}}" \
  -d "query={{$query}}" \
  -d "record_type={{$record_type}}" \
  -d "preflight_checks={{$preflight_checks}}"
Delete contacts · nimble · OpenIntegrations