Delete a Channel Partner
Delete a channel partner with the provided channel partner ID. When you delete a channel partner, any channel partner contacts are also deleted.
| Method Type | URI |
|---|---|
| DELETE | v90/ws/partner/{partnerId}.ws |
URI Parameters
| Parameter | Description | Type |
|---|---|---|
| partnerId | Identifier of the channel partner in the database. | Integer |
Sample Response
Success
HTTP Status Code: 204
Header-Location: Deleted
Failure
HTTP Status Code: 404
Response Body: ID 2 does not exist.
