Skip to main content
POST
Delete Agent Group
Use this API to delete an agent group by id.
Deleting a group removes the group document only. The member agents themselves are not affected; they remain intact in your agent configurations and continue to belong to any other groups they are part of.

Endpoint

POST https://api.velt.dev/v2/agents/groups/delete

Headers

x-velt-api-key
string
required
Your API key.
x-velt-auth-token
string
required

Body

Params

data
object
required

Example Requests

Response

Success Response

Failure Response

Errors: NOT_FOUND if the group does not exist.