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