Sign in

Delete unsubscribe entry

documented

Delete an unsubscribe entry for an email address.

DELETE /api/email/removeunsubscribeEmailno 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://api.referralrock.com/api/email/removeunsubscribe" \
  -X DELETE \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "Authorization: Basic {{REFERRALROCK_API_KEY_ENCODED}}" \
  -d \"{{$email_address}}\"
Delete unsubscribe entry · referralrock · OpenIntegrations