If I have a list of 1000 email addresses of subscribers that I need to unsubscribe, is there a way for me to do this without searching each email address one at a time and selecting "Unsubscribe" ?
@Curtis Cottom welcome to the Atlassian community
The only options to remove subscribers are via the UI or via the API.
You can write a script using the API to bulk remove the users for you. You can read more about the subscribers API here: https://developer.statuspage.io/#operation/postPagesPageIdSubscribersUnsubscribe
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.