DELETE

Delete Referring Customer


Deletes a referring customer by ID.

You must provide the latest revision to prevent conflicting changes.

Endpoint
DELETE
https://www.wixapis.com/referral-customers/v1/referring-customers/{referringCustomerId}

Path Params
referringCustomerIdstringRequired

ID of the referring customer to delete.

Query Params
revisioninteger

Revision number of the referring customer.

Response Object
Returns an empty object.
Delete Referring Customer
Request
cURL
curl -X DELETE \ 'https://www.wixapis.com/referral-customers/v1/referring-customers/46d7bbce-6bb4-4174-ae5a-7f44c19f95?revision=1' \ -H 'Authorization: <AUTH>' \ -H 'Content-Type: application/json' \
Response
JSON
{}
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Event TriggersThis method triggers the following events:
Did this help?