Delete Evaluation Field (v1)
Method + Path
DELETE /v1/workspace/:workspaceId/sessions/evaluation-fields/:fieldId
Actual backend path: /v1/workspace/:workspaceId/sessions/evaluation-fields/:fieldId
Description
Permanently delete an evaluation field definition. This action cannot be undone.
caution
Deleting a field will remove it from all sessions. This action is irreversible.
Authentication
Required - JWT token in Authorization header
Required Permissions:
sessions.update
Headers
| Header | Type | Required | Description |
|---|---|---|---|
Authorization | string | Yes | Bearer token: Bearer <token> |
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
workspaceId | string | Yes | Workspace identifier |
fieldId | string | Yes | Field identifier |
Response (204)
No content - successful deletion.
Common Errors
- 401 Unauthorized: Missing or invalid authentication token
- 403 Forbidden: Insufficient permissions (requires
sessions.update) - 404 Not Found: Field or workspace not found
- 500 Internal Server Error: Server error