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" }
Delete all actions from a copilot by ID
The uuid of the copilot
application/json
Bearer YOUR_TOKEN
Indicates whether the call was successful.