Delete bot

An endpoint to delete a bot

DELETE https://api.aipixy.com/v1/bot/

Query Parameters

NameTypeDescription

uid

String

The uid of the bot you want to delete.

Headers

NameTypeDescription

Authorization*

String

Authorization: Bearer YOUR_API_KEY

curl -X GET \
     -H "Authorization: Bearer YOUR_API_KEY" \
     https://api.aipixy.com/v1/bot/UID

Last updated