cURL
curl --request POST \ --url https://api.example.com/v1/agents/{agent_id}/restore \ --header 'Authorization: Bearer <token>'
{ "success": true }
Restore a previously deleted agent
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response