User FieldsCommunity ID is needed in the path.Appearance._id or field in the response.Field name and Field ID can be found in each field column.curl --location --request DELETE '/apis/v1/communities//user-fields/' \
--header 'Authorization: Bearer <token>'{
"meta": {
"status": "success",
"statusCode": 200
},
"message": "Delete user field successful",
"data": {
"_id": "6857de260f3c24d98fd7ca85",
"name": "Total Points",
"field": "total_points",
"type": "number"
}
}