|
Http Verb |
DELETE |
|---|---|
|
Url |
assets/notifications/r1/notifications/work-orders |
|
Permissions required |
Notification: Edit (fsm.notification.edit) |
|
Personally Identifiable Information (PII) |
No |
|
Sensitive Information |
No |
|
Last Modified Version |
r1 |
|
Released since |
2026 W3 (FSM 24.0) |
|
Deprecated since |
|
|
Removed since |
|
|
Tech Tags |
|
Business Logic
This API unbinds a work order from the specified notification headers.
The task validates the input as follows:
-
Mandatory fields must be present
-
Notification header validation:
-
Header must exist
-
Header must be bound to a work order
-
Header must have a valid status: OPEN, IN_PROGRESS or CLOSED
-
Header Parameters
Default.
Request Body Parameters
|
Field |
Validations |
Note |
|---|---|---|
|
notificationId |
NotNull |
|
|
newStatusId |
NotNull |
Allowed values:
If OPEN, all notifications become OPEN. If CLOSED, notifications already CLOSED remain CLOSED; all others become OPEN. |
Response documentation
Response error codes
BASE_0001, BASE_0003, NOTIFICATION_0013, NOTIFICATION_0016