Agents
/agents/{agentId}
Agents
/agents/{agentId}
Delete an agent.
DELETE
/
api
/
v1
/
agents
/
{agentId}
curl --location --request DELETE 'https://api.rapidagent.ai/api/v1/agents/{agentId}' \
--header 'Content-Type: application/json' \
--header 'Autorization: Bearer <token>'
{
"success": true,
"data": null
}
Params
The ID of the agent.
Response
Indicates whether the call was successful.
A single agent object.
curl --location --request DELETE 'https://api.rapidagent.ai/api/v1/agents/{agentId}' \
--header 'Content-Type: application/json' \
--header 'Autorization: Bearer <token>'
{
"success": true,
"data": null
}
curl --location --request DELETE 'https://api.rapidagent.ai/api/v1/agents/{agentId}' \
--header 'Content-Type: application/json' \
--header 'Autorization: Bearer <token>'
{
"success": true,
"data": null
}