Requires any of the roles: | SystemAdministrator, Manager, Customer |
DELETE | /endpoints/{endpointId} |
---|
Imports System
Imports System.IO
Imports System.Collections
Imports System.Collections.Generic
Imports System.Runtime.Serialization
Imports ServiceStack
Imports ServiceStack.DataAnnotations
Imports Voice.Api.Endpoints
Namespace Global
Namespace Voice.Api.Endpoints
'''<Summary>
'''Deletes the specified endpoint
'''</Summary>
<Api(Description:="Deletes the specified endpoint")>
Public Partial Class DeleteEndpoint
Implements IDelete
'''<Summary>
'''The ID of the endpoint to delete
'''</Summary>
<ApiMember(Description:="The ID of the endpoint to delete")>
Public Overridable Property EndpointId 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 /endpoints/{endpointId} HTTP/1.1 Host: team.evovoice.io Accept: text/jsonl