Authorizations
Bearer token with Platform JWT token or API Key.
Path Parameters
Response
Thread cancel.
curl --request POST \
  --url https://api.revong.com/api/v1/assistant/threads/{id}/cancel \
  --header 'Authorization: Bearer <token>'Cancel execution of a thread.
curl --request POST \
  --url https://api.revong.com/api/v1/assistant/threads/{id}/cancel \
  --header 'Authorization: Bearer <token>'Bearer token with Platform JWT token or API Key.
Thread cancel.