Delete

Delete

Deletes a notification scenario configuration by scenario id of an organization

Request
URI
DELETE
https://{api_host}/notification/api/scenario-configs/{scenarioId}
COPY
Path Parameters
string
scenarioId
Required

Notification scenario Id


Authentication
This operation uses the following authentication methods.
Responses
204

No Content

Operation doesn't return any data structure

401

Unauthorized

Operation doesn't return any data structure

403

Forbidden

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X DELETE -H 'Authorization: <value>' https://{api_host}/notification/api/scenario-configs/{scenarioId}