DeleteMonikerAsync

Delete moniker as an asynchronous operation. Returns (Task.)Exception Type: FailedOutcomeException

Destroy the object that matches the designated Moniker with in the designated base object.

Name Description
baseInfo The base information.
namespace The namespace.
nickname The nickname.

Delete Moniker Async

Example in C#

// Returns: nothing
await client.DeleteMonikerAsync(BaseInfo baseInfo, String namespace, String nickname);

Example in CURL



           curl -X DELETE \
               https://keepapi.feenicshosting.com/api/f/INSTANCE.KEY/people/PERSON.KEY/monikers?namespace=cUrlExmaple&nickname=SetMonikerOnPersonForcUrlExample \
               -H 'Authorization: Bearer TOKEN_GOES_HERE'