RemoveMetadataAsync

Invokes an async HTTP DELETE request on the resource href/meta/{application} Returns (Task.)Exception Type: FailedOutcomeException

Disconnect Metadata from the designated Base.

Name Description
baseInfo The base information.
application The application.

Remove Metadata Async

Example in C#

// Returns: nothing
await client.RemoveMetadataAsync(BaseInfo baseInfo, String application);

Example in CURL



           curl -X DELETE \
               https://keepapi.feenicshosting.com/api/f/INSTANCE.KEY/people/PERSON.KEY/meta/cUrlExample \
               -H 'Authorization: Bearer TOKEN_GOES_HERE'