Skip to main content
DELETE
/
telegram-integration
/
project
/
{projectId}
Delete Telegram Integration
curl --request DELETE \
  --url https://cloud.kaneo.app/api/telegram-integration/project/{projectId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer token authentication

Path Parameters

projectId
string
required

Response

200 - application/json

Telegram integration deleted successfully

success
boolean
required