Delete target group

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.

API endpoint example

https://eu.api.capillarytech.com/v3/targetGroups/2326

curl --location --request DELETE 'https://eu.api.capillarytech.com/v3/targetGroups/22350' \
--header 'Authorization: Basic dGpfY2FwaWxsYXJ5OjVjMTc' \
--header 'Cookie: _cfuvid=Hz5vxex9nxE.gNjvnTwDBDgfNLFEoicCUfrgNIeurLY-1750403636294-0.0.1.1-604800000' 

Response Parameter

ParameterTypeDescription
dataBooleanIndicates operation success status
errorsNullPlaceholder for error messages
warningsNullPlaceholder for warning messages
{
    "data": true,
    "errors": null,
    "warnings": null
}
Language
Credentials
Basic
base64
:
URL
Click Try It! to start a request and see the response here!