RevReply
    RevReply
    • Introduction
    • status
      GET
    • create-agent
      POST
    • update-agent
      POST
    • list-agents
      GET
    • get-agent
      GET
    • timezones
      GET
    • create-response
      POST
    • classify-response
      POST
    • rate-response
      POST
    • delete-agent
      DELETE
    • disable-thread
      POST

      disable-thread

      POST
      /thread/pause
      Description
      Disable / pause the thread, so that RevReply doesn't generate any auto-response or followup for it.

      Request

      Authorization
      Provide your bearer token in the
      Authorization
      header when making requests to protected resources.
      Example:
      Authorization: Bearer ********************
      Body Params multipart/form-dataRequired

      Request Code Samples

      Shell
      JavaScript
      Java
      Swift
      Go
      PHP
      Python
      HTTP
      C
      C#
      Objective-C
      Ruby
      OCaml
      Dart
      R
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request POST '/thread/pause' \
      --header 'Authorization: Bearer <token>' \
      --form 'thread_id="NwmYjNRt9lhfXlk6Q9f1"'

      Responses

      🟢200Success
      application/json
      Body

      Examples
      {
          "success": 0,
          "message": "Thread not found or does not belong to the authenticated user"
      }
      Modified at 2026-01-25 17:29:32
      Previous
      delete-agent
      Built with