How to delete created event subscription ? | XM Community
Skip to main content

Hey,

Is there any API that exists to delete the created event subscription? If Yes, kindly share the link or if any other way to handle this. It would be a great help. 

Thanks

Hopefully you figured this out before now! 😅 I had the same question because it's not documented in the API reference. You can use a DELETE method. This is what it looks like in cURL:
curl --location --request DELETE 'https://co1.qualtrics.com/API/v3/eventsubscriptions/nYOUR_SUBSCRIPTION_ID_HERE]' \\
--header 'X-API-TOKEN: NYOUR_API_TOKEN_HERE]'


Leave a Reply