How to unsubscribe from an event via the API? | XM Community
Skip to main content

We are currently building an API connection to the Qualtrics API, and looking to implement an event listener.

Based on the API docs, you need to register the listener via the api, however the docs don't mention if you can update or remove this listener?

Before creating a listener, I'd like to know if it can be either updated or removed?

Guide: https://api.qualtrics.com/ZG9jOjg3NzY3MQ-retrieve-survey-responses-in-real-time

Create listener subscription route: https://api.qualtrics.com/9c31e43fef682-create-subscription

I contacted support and it looks like you can delete a subscription by using the DELETE rest method on this api endpoint:



I've requested that the API docs be updated too.


Hopefully others will find this useful


Leave a Reply