Returns ()
Find all Mobile Platform App End Points in the designated Folder.
Name | Description |
---|---|
folder |
Example in C#
// Returns: IEnumerable<MobilePlatformAppEndpointInfo>
var item = await client.GetMobilePlatformEndpointAsync(FolderInfo folder);
Example in CURL
curl -X DELETE \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/apps/APP.KEY/mobileplatformapps/MOBILEPLATFORMAPP.KEY \
-H 'Authorization: Bearer TOKEN_GOES_HERE'