DeleteMobilePlatformEndpointAsync

Returns ()

Destroy the designated Mobile Platform App End Point in the designated Folder.

Name Description
folder The folder containing the mobile platform endpoint
endpointArn The Amazon Resource Name (ARN) of the endpoint to delete

Delete Mobile Platform Endpoint Async

Example in C#

// Returns: nothing
await client.DeleteMobilePlatformEndpointAsync(FolderInfo folder, String endpointArn);

Example in CURL



           curl -X DELETE \
               https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/mobileplatformappendpoint?arn=ExampleEndpointArnFor_cUrl \
               -H 'Authorization: Bearer TOKEN_GOES_HERE'