DELETE
/
backend
/
actions
/
bot
/
:id
curl --location --request DELETE 'https://api.opencopilot.so/backend/actions/bot/:id' \
--header 'Accept: application/json' \
--header 'Authorization : Bearer YOUR_TOKEN'
{
    "message": "All actions deleted successfully"
}

Body

id
string

The uuid of the copilot

Headers

header
string

application/json

header
string

Bearer YOUR_TOKEN

Response

message
string

Indicates whether the call was successful.

curl --location --request DELETE 'https://api.opencopilot.so/backend/actions/bot/:id' \
--header 'Accept: application/json' \
--header 'Authorization : Bearer YOUR_TOKEN'
{
    "message": "All actions deleted successfully"
}