curl --request DELETE \
--url https://api.getovra.com/agents/{id} \
--header 'Authorization: Bearer <token>'{
"success": true,
"id": "<string>"
}curl --request DELETE \
--url https://api.getovra.com/agents/{id} \
--header 'Authorization: Bearer <token>'{
"success": true,
"id": "<string>"
}