cURL
curl --request DELETE \ --url https://api.lucidtech.ai/{basePath}/agents/{agentId} \ --header 'Authorization: Bearer <token>'
{ "updatedTime": "<string>", "agentId": "<string>", "metadata": {}, "updatedBy": "<string>", "createdBy": "<string>", "name": "<string>", "createdTime": "<string>", "description": "<string>", "id": "<string>", "resourceIds": [ "<string>" ] }
Delete a specific agent.
The access token received from the authorization server in the OAuth 2.0 flow.
200 response
The response is of type object.
object