Teams
Unsubscribe the given Team from Notifications on the matching Subscribable entities.
Scoped OAuth requires: subscribers.write
post/teams/{id}/notification_subscriptions/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
{
"subscribables": [
{
"subscribable_id": "PD1234",
"subscribable_type": "incident"
}
]
}Response
OK
Changes
No recorded changes to this endpoint across all 1 revision of this API.