jhoerr / box-csharp-sdk-v2

A C# client for the Box API (v2).
http://developers.box.com/docs/
11 stars 15 forks source link

Change in Return code #33

Closed mascon closed 11 years ago

mascon commented 11 years ago

Remove an Email Alias from a User

Removes an email alias from a user.

URL Parameters

None are taken

Returns

If the user has permission to remove this email alias, an empty 200 was returned and now a 204 No Content response will be returned to confirm deletion.

Not sure if this is checked in the SDK

jhoerr commented 11 years ago

This shouldn't cause a problem. Thanks!