Unregister Agent
Agents
Delete Agent by Id
Unregister an agent from Barndoor.
This removes the agent’s registration but does not delete the underlying application directory. The agent can be re-registered using the same application_directory_id.
DELETE
Unregister Agent
Authorizations
JWT token obtained through Barndoor's OAuth 2.0 authorization-code flow with PKCE.
The token should be included in the Authorization header:
Authorization: Bearer <your-jwt-token>
Use the Barndoor SDK's loginInteractive() function to obtain tokens automatically.
Path Parameters
Response
Successful Response