Skip to main content
POST
/
project
/
{projectId}
/
security-champion
/
{conversationId}
/
stop
Stop conversation generation
curl --request POST \
  --url https://api-eu.cybedefend.com/project/{projectId}/security-champion/{conversationId}/stop \
  --header 'x-api-key: <api-key>'
{
  "success": true
}

Authorizations

x-api-key
string
header
required

API Key for authentication. You can generate an API key from your personal settings.

Path Parameters

projectId
string<uuid>
required

Project unique identifier

conversationId
string
required

Conversation unique identifier

Response

Generation stopped successfully

success
boolean
Example:

true