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
{
  "success": true
}

Path Parameters

projectId
string<uuid>
required

Project unique identifier

conversationId
string
required

Conversation unique identifier

Response

Generation stopped successfully

success
boolean
Example:

true