Skip to main content
DELETE
/
agents
/
{agent_id}
/
system-steps
/
{step}
/
config
Reset agent system step config
curl --request DELETE \
  --url https://api.trymaitai.ai/api/v1/agents/{agent_id}/system-steps/{step}/config \
  --header 'X-Maitai-Api-Key: <api-key>'
{
  "data": {
    "success": true
  }
}

Authorizations

X-Maitai-Api-Key
string
header
required

Your Maitai API key from the Portal.

Path Parameters

agent_id
integer
required
step
string
required

Response

200 - application/json

Reset agent system step config.

data
any