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

How to unsubscribe from an event via the API?

  • July 25, 2022
  • 1 reply
  • 161 views

Forum|alt.badge.img

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

Best answer by spittaro

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

1 reply

Forum|alt.badge.img
  • Author
  • Answer
  • July 26, 2022

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