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
}

Path Parameters

projectId
string<uuid>
required

Project unique identifier

conversationId
string
required

Conversation unique identifier

Response

Conversation deleted successfully

success
boolean
Example:

true