DeleteAreaAssignmentInfoAsync

Returns (Task)

Destroy the designated Area Assignment.

Name Description
item

Delete Area Assignment Info Async

Example in C#

// Returns: nothing
await client.DeleteAreaAssignmentInfoAsync(AreaAssignmentInfo item);

Example in CURL



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