API Documentation
Agents
Phone Numbers
SIP
Messaging
Webhooks
Knowledge
Accounts
- POSTCreate a new reseller
- GETList resellers
- POSTCreate a new organization
- DELDelete an organization
- GETList organizations
- GETList agent accounts
- POSTCreate a new account
- DELDelete an account
- GETList admin users
- DELDelete admin user
- POSTInvite admin user
- GETFetch Account by externalAccountId
- POSTUpdate Organization Settings
Billing
Agents
Revert an Agent
Revert staging agent to current default active agent settings
POST
/
api
/
v2
/
agent
/
revert
Revert an Agent
Copy
Ask AI
curl --request POST \
--url https://api.vida.dev/api/v2/agent/revert
Copy
Ask AI
{
"success": true,
"message": "Agent camp931829b5857f unpublished"
}
Authorizations
Vida API Token
Response
200 - application/json
Successful response
The response is of type object
.
Revert an Agent
Copy
Ask AI
curl --request POST \
--url https://api.vida.dev/api/v2/agent/revert
Copy
Ask AI
{
"success": true,
"message": "Agent camp931829b5857f unpublished"
}
Assistant
Responses are generated using AI and may contain mistakes.