# ai_mentor_orgs_trigger_deletion_create Delete a specific trigger. Args: request: The HTTP request. org: The organization/tenant identifier. slug: The unique slug identifier of the trigger to delete. Returns: Response: A confirmation of the deletion status. Raises: BadRequest: If the specified trigger does not exist. Endpoint: POST /api/ai-mentor/orgs/{org}/trigger/{slug}/deletion/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Path parameters: - `org` (string, required) - `slug` (string, required)