twtaio
  1. Executions Endpoints
twtaio
  • Introduction
    • What is twtaio (X toolkit)?
    • Quick start
    • 💰 Referral System
  • Getting Started
    • Subscribe and activate
    • Access the Panel
  • Authentication
    • Panel authentication
      • Getting auth token via /auth
    • API authentication
      • Request your API key
  • Telegram Bot (@twtaiobot)
    • Basic Commands
      • /home
      • /auth
      • /cancel
    • Token Management
      • /tokens
    • Executing Modules
      • Select module from menu
      • Configure parameters
      • Start execution
    • Raid System
      • How raid works
      • /raid <tweet_url> - Quick raid a tweet
      • /raidsettings - Configure raid settings
      • Auto Tweet Raid
    • Receiving Results
      • View live logs
      • Download output files
  • Panel (app.twtaio.com)
    • Log in
    • Accounts Management
      • Import and save tokens
      • Bind proxies to accounts
      • Check your accounts
      • Cross Follow Accounts
    • Proxies Management
      • Upload and save proxy lists
    • Communities Module
      • Manage Twitter communities
      • Community operations
    • Execute Modules
      • Select module & configure parameters
      • Start, stop and download results
  • API Reference (Lifetime plan only)
    • Authentication
    • Modules Endpoints
      • List all available modules
      • Get module details
      • Execute a module
    • Executions Endpoints
      • Check execution status
        GET
      • Get execution results
        GET
      • Download specific result file
        GET
      • Cancel running execution
        DELETE
  • Available Modules
    • Converters
    • Scrapers
    • Checkers
    • Botting
    • Tokens Manager
    • Miscellaneous
    • Communities
    • Mentioning
  • File Formats
    • Token formats
    • Proxy formats
  1. Executions Endpoints

Cancel running execution

Developing
DELETE
https://api.twtaio.com/api/v1/modules/executions/{sessionId}
Cancel a real-time execution. If you declared the "sendToTelegram" property enabled at the time of execution, you will immediately receive the files and statistics directly from the bot.

Request

Path Params

Responses

🟢200Éxito
application/json
Body

🟠404Execution not found
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://api.twtaio.com/api/v1/modules/executions/'
Response Response Example
200 - Success
{
    "sessionId": "fa0d7425-d14b-45ac-1717-1795a7ac48e9",
    "status": "cancelled",
    "message": "Execution cancelled successfully"
}
Modified at 2025-12-05 22:00:03
Previous
Download specific result file
Next
Converters
Built with