Delete Guideline
DELETE/agents/:agent_id/guidelines/:guideline_id
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
DEPRECATED: Use the tag-based API instead.
Deletes a guideline from the agent.
Also removes all associated connections and tool associations. Deleting a non-existent guideline will return 404. No content will be returned from a successful deletion.
Request
Responses
- 204
- 404
- 422
Guideline successfully deleted. No content returned.
Guideline or agent not found
Validation Error