meta { name: Delete Theme type: http seq: 3 } delete { url: {{appview_url}}/api/admin/themes/{{theme_rkey}} } assert { res.status: eq 200 res.body.success: eq true } docs { Delete a theme record. Fails with 409 if the theme is currently set as the defaultLightTheme or defaultDarkTheme in the theme policy. **Requires:** space.atbb.permission.manageThemes Path params: - rkey: Theme record key (TID) Returns (200): { "success": true } Error codes: - 401: Not authenticated - 403: Missing manageThemes permission - 404: Theme not found - 409: Theme is the current defaultLightTheme or defaultDarkTheme — update theme policy first - 500: ForumAgent not configured (server configuration issue) - 503: ForumAgent not authenticated or PDS network error }