lock
DELETE
api/Settings/v1/Consumer
Deletes a given consume
EXPANDexpand_more
Request Information
Roles
- InterfaceSettings
URI Parameters
None.
Body Parameters
The consumer that you wish to delete
ConsumerName | Description | Type | Additional information |
---|---|---|---|
ID | string |
None. |
|
RowVersion | string |
None. |
Request Formats
{ "ID": "sample string 1", "RowVersion": "sample string 2" }
<Consumer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Synergetic.Model.Settings.SIF"> <ID>sample string 1</ID> <RowVersion>sample string 2</RowVersion> </Consumer>
Sample not available.
EXPANDexpand_more
Response Information
Resource Description
If delete successful return empty string, else return error message
stringResponse Formats
"sample string 1"
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>