cURL
curl --request DELETE \ --url https://api.coval.dev/v1/agents/{agent_id} \ --header 'X-API-Key: <api-key>'
{}
Soft-delete an agent configuration, marking it as inactive while preserving the record.
API key for authentication
Agent resource ID
^[A-Za-z0-9]{22}$
Agent deleted successfully (or already deleted)
The response is of type object.
object
Was this page helpful?