curl --location --request DELETE 'https://client-api.nudgescribe.com/v1/cpf' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"workspace_id": "your-workspace-uuid",
"fields": [
{
"field_id": "your-field-uuid"
}
]
}'{
"message": "string"
}