DELETE /2/connections/{endpoint_id}

Terminates all streaming connections for a specific endpoint ID for the authenticated application.

Servers

Path parameters

Name Type Required Description
endpoint_id String Yes

The endpoint ID to terminate connections for.

Valid values:

  • "sample10_stream"
  • "likes_firehose_stream"
  • "firehose_stream_lang_ja"
  • "tweet_label_stream"
  • "firehose_stream"
  • "likes_compliance_stream"
  • "firehose_stream_lang_ko"
  • "firehose_stream_lang_pt"
  • "sample_stream"
  • "firehose_stream_lang_en"
  • "users_compliance_stream"
  • "tweets_compliance_stream"
  • "likes_sample10_stream"
  • "filtered_stream"

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.