Skip to main content
POST
/
project
/
{projectId}
/
security-champion
/
{conversationId}
/
delete
Delete conversation
curl --request POST \
  --url https://api-eu.cybedefend.com/project/{projectId}/security-champion/{conversationId}/delete
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.cybedefend.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

projectId
string<uuid>
required

Project unique identifier

conversationId
string
required

Conversation unique identifier

Response

Conversation deleted successfully

success
boolean
Example:

true