v1

latestOpenAPI 3.0.22026-07-144652931.4 MB
Incidents

Remove Notification Subscriber

Unsubscribes the matching Subscribers from Incident Status Update Notifications.

Scoped OAuth requires: subscribers.write

post/incidents/{id}/status_updates/unsubscribe

Path parameters

idstring required

The ID of the resource.

Headers

Acceptstring required

The Accept header is used as a versioning header.

Request body

Example request

{
  "subscribers": [
    {
      "subscriber_id": "PD1234",
      "subscriber_type": "user"
    }
  ]
}

Response

OK

deleted_countnumber required
unauthorized_countnumber required
non_existent_countnumber required