Evo Voice

<back to all web services

DeleteConversation

Requires Authentication
The following routes are available for this service:
DELETE/conversations/{conversationId}
Imports System
Imports System.Collections
Imports System.Collections.Generic
Imports System.Runtime.Serialization
Imports ServiceStack
Imports ServiceStack.DataAnnotations
Imports Voice.Api.Messaging

Namespace Global

    Namespace Voice.Api.Messaging

        Public Partial Class DeleteConversation
            Public Overridable Property ConversationId As String
        End Class
    End Namespace
End Namespace

VB.NET DeleteConversation DTOs

To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml

HTTP + XML

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

DELETE /conversations/{conversationId} HTTP/1.1 
Host: evovoice.io 
Accept: application/xml