Returns ()
Destroy the designated Mobile Platform App End Point in the designated Folder.
Name | Description |
---|---|
folder | |
endpointArn |
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'