Permanently deletes a custom field
Permanently deletes a segment, its options, and its mappings.Remember: This action is not reversible.
Request
Body Params application/json
[
{
"value": "string"
}
]
Request Code Samples
curl --location --request DELETE 'https://api.shorterloop.com/api/v2/persona/PE-1/custom-fields/9/permanent' \
--header 'Authorization;' \
--header 'initiativeId;' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"value": "string"
}
]'
Responses
application/json {
"success": true,
"message": "string",
"data": {
"id": 0,
"name": "string",
"description": "string",
"segmentType": "string",
"selectedSegmentOptionId": 0,
"selectedOptionValue": null,
"segment_options": [
{
"id": 0,
"value": "string"
}
]
}
}
Modified at 2024-09-11 12:18:05