DELETE v1/account/{id}/product/{productid}

Remove the product from the specified account

Request Information

URI Parameters

NameDescriptionTypeAdditional Information
id

ID of the account you want to remove the product from

string

Required.

productid

ProductID of product you want to remove from account

string

Required.

Body Parameters

None.

Response Information

Resource Description

true/false

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>