Delete Background Agent
DELETE/api/background-agents/:id
Deletes a background agent by ID.
This operation is permanent and cannot be undone. The agent's gateway credentials stop working immediately. Resources created on the external platform (e.g. the Claude managed agent) are not removed.
Request
Responses
- 200
- 401
- 404
- 500
Background agent deleted successfully
Authentication required or invalid token
Background agent not found
Internal server error