curl --request DELETE \
--url https://api.letpiper.com/v1/orgs/{org_id}/agents/{agent_id} \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Delete an agent. Requires: agents:delete permission.
curl --request DELETE \
--url https://api.letpiper.com/v1/orgs/{org_id}/agents/{agent_id} \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}