Skip to main content
The Drop Call web hook instructs RingQ to immediately terminate an active call on a specified extension. This is useful for supervisor controls, automated call time limits, or integrations that need to end calls from an external system.

Prerequisites

Before you begin, you need your API Key from the RingQ admin dashboard.
  1. Log in to the RingQ admin dashboard.
  2. Go to SettingsAPI.
  3. Copy the API Key shown on this page. You will use it in every web hook URL.

API URL Format

Example

To drop the active call on extension 103:
RingQ will immediately hang up the active call on extension 103.

Response

A successful request returns HTTP 200 with a JSON body:
If extension 103 has no active call, the response will return an error indicating no call was found.
Drop Call ends the call immediately with no warning to either party. Ensure your integration only triggers this action when appropriate.