Evo Voice

<back to all web services

DeleteDeviceToken

Delete the specified token

Requires Authentication
Required role:User
The following routes are available for this service:
DELETE/app/tokens
Imports System
Imports System.Collections
Imports System.Collections.Generic
Imports System.Runtime.Serialization
Imports ServiceStack
Imports ServiceStack.DataAnnotations
Imports Voice.Api.App

Namespace Global

    Namespace Voice.Api.App

        '''<Summary>
        '''Delete the specified token
        '''</Summary>
        <Api(Description:="Delete the specified token")>
        Public Partial Class DeleteDeviceToken
            Implements IDelete
            '''<Summary>
            '''The token to delete
            '''</Summary>
            <ApiMember(Description:="The token to delete")>
            Public Overridable Property Token As String
        End Class
    End Namespace
End Namespace

VB.NET DeleteDeviceToken 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 /app/tokens HTTP/1.1 
Host: evovoice.io 
Accept: application/xml