DELETE /v2/customers/{customer_id}/groups/{group_id}
Removes a group membership from a customer.
The customer is identified by the customer_id
value
and the customer group is identified by the group_id
value.
Servers
- https://connect.squareup.com
Path parameters
Name | Type | Required | Description |
---|---|---|---|
customer_id |
String | Yes |
The ID of the customer to remove from the group. |
group_id |
String | Yes |
The ID of the customer group to remove the customer from. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.