BootView WebApi

<back to all web services

DeleteCustomerPartner

The following routes are available for this service:
DELETE/customers/{customerId}/partners/{partnerId}Deletes an existing partner for a given customer. Fails if this user does not have access to this customer or if the partner doesn't exist. The combination of customer id and partner id uniquely identifies this partner.
DeleteCustomerPartner Parameters:
NameParameterData TypeRequiredDescription
CustomerIdpathGuidYesThe customer id
PartnerIdpathGuidYesThe partner id

To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + JSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

DELETE /customers/{customerId}/partners/{partnerId} HTTP/1.1 
Host: api.paylock.com 
Accept: text/jsv