Delete Income (v1)
Method & Path
DELETE /api/v1/client/workspace/:workspaceId/incomes/:incomeId
Description
Delete an income record from the workspace.
Authentication
Required: Workspace authentication. User must be authenticated as Workspace Owner or Staff with financial permissions.
Headers
Authorization: Bearer <workspace_token>
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
workspaceId | string | Yes | Workspace identifier |
incomeId | string | Yes | Income identifier |
Response 204 No Content
The income has been successfully deleted. No response body is returned.
Common Errors
400 Bad Request: Invalid income ID format
401 Unauthorized: Missing or invalid authentication token
403 Forbidden: User does not have permission to delete income records
404 Not Found: Income or workspace not found
500 Internal Server Error: Server error occurred while processing the request