Skip to main content
POST
/
v1
/
agents
/
{id}
/
delete
Delete an Agent.
curl --request POST \
  --url https://api.runloop.ai/v1/agents/{id}/delete \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The unique identifier of the Agent to delete.

Response

Agent deleted successfully.

The response is of type object.