Skip to main content

Uniphore Help Center Portal

Delete Call Exclusion Filter

Removes the existing call exclusion filter configured for the authenticated tenant. The tenant is taken from the token.

Endpoint

URL: https://<<hostname>>/uzng-gateway/v1/tenant/call-exclusion-filter

Method: DELETE

Header Parameter
Authorization - Bearer <token>

Note

To obtain an authorization token, click here.

Sample Response
{
    "code": 200,
    "message": "Exclusion filter deleted",
    "data": null
} 
Response and Error Codes

Response Code

Condition

Description

200

OK

The exclusion filter was successfully updated.

401

Unauthorized

The request is missing a valid authentication token.

403

Forbidden

The authenticated user does not have tenant-level permissions to modify the exclusion filter. Ensure write:tenant:call-exclusion-filter is granted.

404

Not Found

The specified tenant does not exist or is not accessible.

500

Internal Server Error

An unexpected error occurred on the server. Retry the request or contact support if the issue persists.