Vincent is here! Just say the word, and Vincent will build the campaigns for you! Get early access.
curl --request DELETE \
--url https://{cluster}.voucherify.io/v1/segments/{segmentId} \
--header 'X-App-Id: <api-key>' \
--header 'X-App-Token: <api-key>'{
"code": 404,
"key": "not_found",
"message": "Resource not found",
"details": "Cannot find segment with id seg_DNAOhUtJffvX0f57ajLMFBY",
"request_id": "v-0ae3bb40409027cb63",
"resource_id": "seg_DNAOhUtJffvX0f57ajLMFBY",
"resource_type": "segment"
}This method deletes a customer segment.
curl --request DELETE \
--url https://{cluster}.voucherify.io/v1/segments/{segmentId} \
--header 'X-App-Id: <api-key>' \
--header 'X-App-Token: <api-key>'{
"code": 404,
"key": "not_found",
"message": "Resource not found",
"details": "Cannot find segment with id seg_DNAOhUtJffvX0f57ajLMFBY",
"request_id": "v-0ae3bb40409027cb63",
"resource_id": "seg_DNAOhUtJffvX0f57ajLMFBY",
"resource_type": "segment"
}Documentation Index
Fetch the complete documentation index at: https://docs.voucherify.io/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?