Business Services
Remove Business Service Subscribers
Unsubscribes the matching Subscribers from a Business Service.
Scoped OAuth requires: subscribers.write
post/business_services/{id}/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
Changes
No recorded changes to this endpoint across all 1 revision of this API.