| Requires any of the roles: | SystemAdministrator, Manager, Customer |
| DELETE | /alerts/{alertId} |
|---|
Imports System
Imports System.IO
Imports System.Collections
Imports System.Collections.Generic
Imports System.Runtime.Serialization
Imports ServiceStack
Imports ServiceStack.DataAnnotations
Imports Voice.Api.Alerts
Namespace Global
Namespace Voice.Api.Alerts
'''<Summary>
'''Delete the specified alert
'''</Summary>
<Api(Description:="Delete the specified alert")>
Public Partial Class DeleteAlert
Implements IDelete
'''<Summary>
'''The ID of the alert to delete
'''</Summary>
<ApiMember(Description:="The ID of the alert to delete")>
Public Overridable Property AlertId As String
End Class
End Namespace
End Namespace
To override the Content-type in your clients, use the HTTP Accept Header, append the .other suffix or ?format=other
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
DELETE /alerts/{alertId} HTTP/1.1
Host: evovoice.io
Accept: text/jsonl