Skip to main content
POST
/
insight
/
{rec_id}
/
cancel-generation
Cancel Generation
curl --request POST \
  --url https://api.example.com/insight/{rec_id}/cancel-generation/ \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

rec_id
string<uuid>
required

Response

Successful Response