delete deprecated
https://{host}/v3/targetGroups/
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
This API is being phased out and will no longer be available for creating new milestones.To create a new milestone, use the Create a Loyalty Promotion API
This API is used to delete a target group based on the "target group id".
Please note that this API deletes a group based on the "target group id" which means, "target group id" is the mandatory path parameter when using this API.
Example request
curl --location --request DELETE 'https://eu.api.capillarytech.com/v3/targetGroups/3374' \
--header 'Authorization: Basic bWFkaNkNzI3MjU2YQ=='Example response
{
"data": true,
"errors": null,
"warnings": null
}Response Parameter
| Parameter | Type | Description |
|---|---|---|
| data | Boolean | Indicates operation success status |
| errors | Object | Placeholder for error messages |
| warnings | Object | Placeholder for warning messages |
