DELETE api/v2/me/quotes
Request Information
URI Parameters
None.
Body Parameters
Body8| Name | Description | Type | Additional information |
|---|---|---|---|
| ids | Collection of string |
Required |
|
| AdditionalProperties | Dictionary of string [key] and Object [value] |
None. |
Request Formats
application/json, text/json
Sample:
{
"ids": [
"sample string 1",
"sample string 2"
],
"sample string 1": {},
"sample string 3": {}
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.