# catalog_pathways_destroy Remove a pathway from the database. Endpoint: DELETE /api/catalog/pathways/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Query parameters: - `item_id` (string) Item ID associated with the pathway - `name` (string) Pathway name - `pathway_id` (string, required) Pathway ID to delete - `pathway_uuid` (string) Pathway UUID - `platform_key` (string) Platform key - `slug` (string) Pathway slug (case-insensitive) - `user_id` (integer, required) User ID of the pathway owner - `username` (string) Username of the pathway owner - `visible` (boolean) Whether the pathway is visible ## Response 200 fields (application/json): - `count` (integer, required) Number of pathways deleted - `type` (object, required) Types of objects deleted