Atlas
  1. Triggers
Atlas
  • Documentation
    • Welcome to Atlas!
    • Account Setup
    • Connect your calendar
    • Twilio Integration
    • Dashboard
    • Knowledge
    • Contacts
    • Script Formatting
    • Global Actions
    • Call Records
    • Account
    • Welcome to Atlas
      • Campaign Onboarding
      • Knowledge Base
      • Edit Script
      • Advanced Script Options
      • Phone number integration
      • Call Forwarding
      • Calendar Integration
      • Campaign Details
      • Call Records
      • SMS Integration
      • Call Scheduling
      • Add Contacts
      • Testing your outbound campaign
      • Clone Campaign
      • General Walkthrought
    • Campaigns
      • Create Campaign
      • Campaigns
      • Calls Enrichment
        • Enriching Calls with External CRM and Data Sources
        • Go High Level - Call Enrichment
        • Pipedrive - Call Enrichment
        • Shopify - Call Enrichment
        • Monday - Call Enrichment
        • Hubspot - Call Enrichment
    • Integrations
      • Zapier
      • Make
      • Keragon
      • Go High Level
        • Download Atlas App in GHL App Marketplace
        • Import the Atlas Snapshot
        • Triggers and Actions
        • Workflows
          • Workflow 01 - Lead form Submitted Website
          • Workflow 02 - CALL Lead from Website form
          • Workflow 03 - CALL Lead from Meta
          • Workflow 04 - Summary and Recording to Conversations
    • Phone Systems Integrations
      • Dialpad Integration
  • API Reference
    • API documentation
    • Authentication
      • Authentication
      • Authorization
      • Token
      • User Info
    • Triggers
      • Subscribe
        GET
      • Unsubscribe
        DELETE
      • Campaigns
        GET
      • PerformList operation
        GET
    • Actions
      • Start a Call
  1. Triggers

Unsubscribe

DELETE
https://api.aqx.ai/api/events-gateway/trigger/unsubscribe
This endpoint is used to unsubscribe an event for this specific campaignId

Request

Header Params

Body Params application/json

Examples

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://api.aqx.ai/api/events-gateway/trigger/unsubscribe' \
--header 'Ocp-Apim-Subscription-Key: {{api-key}}' \
--header 'Authorization: Bearer {{user_access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
    "hookUrl": "string",
    "campaignId": "string",
    "triggerName": "string"
}'
Response Response Example
{}
Modified at 2025-05-06 20:23:20
Previous
Subscribe
Next
Campaigns
Built with