Tenants
Delete tenant
Deletes a tenant entity from the Novu platform
DELETE
/
v1
/
tenants
/
{identifier}
Authorization
Path
curl --request DELETE \
--url https://api.novu.co/v1/tenants/{identifier} \
--header 'Authorization: <authorization>'
Enter your API key in the Authorization
field like the example shown below:
E.g ApiKey 18d2e625f05d80e
Authorizations
Authorizationheaderrequired
string
Path Parameters
identifierrequired
string
Response
204
Was this page helpful?
curl --request DELETE \
--url https://api.novu.co/v1/tenants/{identifier} \
--header 'Authorization: <authorization>'