Delete subscriber credentials by providerId

Delete subscriber credentials such as slack and expo tokens.

DELETE
/v1/subscribers/{subscriberId}/credentials/{providerId}

Authorization

Authorization<token>

API key authentication. Allowed headers-- "Authorization: ApiKey <api_key>".

In: header

Path Parameters

subscriberIdRequiredstring
providerIdRequiredstring

Header Parameters

idempotency-keystring

A header for idempotency purposes

Response Body

curl -X DELETE "https://api.novu.co/v1/subscribers/string/credentials/string" \
  -H "idempotency-key: string" \
  -H "Authorization: <token>"
Empty