NextGen APIs

DELETE assets/notifications/r1/notifications/work-orders

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:

  1. Mandatory fields must be present

  2. Notification header validation:

    1. Header must exist

    2. Header must be bound to a work order

    3. 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:

  • OPEN

  • CLOSED

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