curl --request DELETE \ --url https://dash.superagentes.ai/api/agents/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "id": "<string>", "name": "<string>", "description": "<string>", "modelName": "groq", "temperature": 123, "visibility": "public", "systemPrompt": "<string>", "userPrompt": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID do Agente
Sucesso
The response is of type object.
object