# catalog_resources_destroy Remove a resource from the database. Endpoint: DELETE /api/catalog/resources/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Query parameters: - `id` (integer, required) Resource ID to delete - `item_id` (string) Item ID associated with the resource - `key` (string) Platform key - `name` (string) Resource name - `org` (string) Platform organization - `platform_key` (string) Platform key - `platform_org` (string) Platform organization (alternative to org) - `resource_type` (string) Type of resource - `user_id` (integer) User ID who owns the resource - `username` (string) Username who owns the resource ## Response 200 fields (application/json): - `count` (integer, required) Number of resources deleted - `type` (object, required) Types of objects deleted