Topics
Delete topic
Delete a topic by its topic key if it has no subscribers
DELETE
/v1/topics/{topicKey}
Authorization*
curl --request DELETE \
--url https://api.novu.co/v1/topics/{topicKey} \
--header 'Authorization: ApiKey'
Please ensure there is a space between ApiKey
and your Api key.
E.g ApiKey 18d2e625f05d80e
Path Parameters
topicKeyrequired
string
Response
204
curl --request DELETE \
--url https://api.novu.co/v1/topics/{topicKey} \
--header 'Authorization: ApiKey'