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

Changes

No recorded changes to this endpoint across all 1 revision of this API.