Subscribers
Delete subscriber credentials by providerId
Delete subscriber credentials such as slack and expo tokens.
DELETE
/v1/subscribers/{subscriberId}/credentials/{providerId}
Authorization*
curl --request DELETE \
--url https://api.novu.co/v1/subscribers/{subscriberId}/credentials/{providerId} \
--header 'Authorization: ApiKey'
Please ensure there is a space between ApiKey
and your Api key.
E.g ApiKey 18d2e625f05d80e
Path Parameters
subscriberIdrequired
string
providerIdrequired
string
Response
204
curl --request DELETE \
--url https://api.novu.co/v1/subscribers/{subscriberId}/credentials/{providerId} \
--header 'Authorization: ApiKey'