Delete Term
DELETE/agents/:agent_id/terms/:term_id
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
[DEPRECATED] Deletes a term from the agent.
This endpoint uses the deprecated agent_id approach instead of tags. Consider using the new tag-based endpoints instead.
This endpoint will be removed in a future release.
Deleting a non-existent term will return 404. No content will be returned from a successful deletion.
Request
Responses
- 204
- 404
- 422
Term successfully deleted. No content returned
Term not found. The specified `agent_id` or `term_id` does not exist
Validation Error