v1
latestOpenAPI 3.0.22026-07-144652931.4 MBTeams
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