Skip to main content
POST
/
project
/
{projectId}
/
security-champion
/
{conversationId}
/
delete
Delete conversation
curl --request POST \
  --url https://us.cybedefend.com/project/{projectId}/security-champion/{conversationId}/delete \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

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

Path Parameters

projectId
string<uuid>
required

Project unique identifier

conversationId
string
required

Conversation unique identifier

Response

Conversation deleted successfully

success
boolean
Example:

true