Delete Chargeback Notification Rule

Delete Chargeback Notification Rule
Delete a specific existing tenant notification rule

Using this method, you can delete a particular tenant notification rule

Request
URI
DELETE
https://{api_host}/suite-api/api/chargeback/notifications/rules/{id}
COPY
Path Parameters
string
id
Required

The tenant notification rule Identifier


Authentication
This operation uses the following authentication methods.
Responses
204

The tenant notification rule was deleted successfully

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X DELETE -H 'Authorization: <value>' https://{api_host}/suite-api/api/chargeback/notifications/rules/{id}