cURL
curl --request DELETE \ --url https://api.veryfront.com/projects/{project_reference}/agents/{agent_id} \ --header 'Authorization: Bearer <token>'
{ "type": "<string>", "title": "<string>", "status": 123, "detail": "<string>", "error": "<string>", "message": "<string>", "edit_mode": "structured", "source_only_reasons": [ "<string>" ], "source_path": "<string>" }
Deletes a project agent document.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Agent identifier
Project agent deleted