DELETE api/Partner/{partnerID}/Bundles/ByID
Removes existing bundle from Partner Note: This does not delete the bundle
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
partnerID |
ID of partner to update |
string |
Required |
Body Parameters
ID of bundle
integerRequest Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Http Status Code
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |