curl --location --request DELETE 'https://api-v2.opencopilot.so/backend/copilot/:id' \
--header 'Accept: application/json' \
--header 'Authorization : Bearer YOUR_TOKEN'
{
"success": "chatbot_deleted"
}
Delete single copilot by ID
curl --location --request DELETE 'https://api-v2.opencopilot.so/backend/copilot/:id' \
--header 'Accept: application/json' \
--header 'Authorization : Bearer YOUR_TOKEN'
{
"success": "chatbot_deleted"
}
curl --location --request DELETE 'https://api-v2.opencopilot.so/backend/copilot/:id' \
--header 'Accept: application/json' \
--header 'Authorization : Bearer YOUR_TOKEN'
{
"success": "chatbot_deleted"
}
Was this page helpful?