Description
Disable / pause the thread, so that RevReply doesn't generate any auto-response or followup for it.
Request
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
curl --location --request POST '/thread/pause' \
--header 'Authorization: Bearer <token>' \
--form 'thread_id="NwmYjNRt9lhfXlk6Q9f1"'
Responses
application/json {
"success": 0,
"message": "Thread not found or does not belong to the authenticated user"
}
Modified at 2026-01-25 17:29:32