Deletes A tenant notification provider given its unique identifier.

Deletes A tenant notification provider given its unique identifier.

Deletes a tenant notification provider given its unique identifier.

Request
URI
DELETE
https://{api_host}/notification-service/api/notifications/tenants/{tenantId}/providers/{id}
COPY
Path Parameters
string
tenantId
Required

The tenant id

string
id
Required

The provider id


Responses
204
Operation doesn't return any data structure

Code Samples
COPY
                    curl -X DELETE -H 'Authorization: <value>' https://{api_host}/notification-service/api/notifications/tenants/{tenantId}/providers/{id}