DELETE MerchantAccount/{id}
Delete a terminal merchant account
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
UnassignMerchantAccountFromTerminalResponseName | Description | Type | Additional information |
---|---|---|---|
TerminalMerchantAccountRemoved | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "TerminalMerchantAccountRemoved": true }
application/xml, text/xml
Sample:
<UnassignMerchantAccountFromTerminalResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mindbody.Contract.Subscriber.Responses"> <TerminalMerchantAccountRemoved>true</TerminalMerchantAccountRemoved> </UnassignMerchantAccountFromTerminalResponse>