DeleteGroupAsync

Returns (Task)

Destroy the designated Group. (no person will be hurt during this process)

Name Description
group

Delete Group Async

Example in C#

// Returns: nothing
await client.DeleteGroupAsync(GroupInfo group);

Example in CURL



           curl -X DELETE \
               https://keepapi.feenicshosting.com/api/f/INSTANCE.KEY/groups/GROUP.KEY \
               -H 'Authorization: Bearer TOKEN_GOES_HERE'